Color Hex Logo

#fc8641 Color Hex

#FC8641
(252,134,65)
0 Favorites   0 Comments

Color spaces of #fc8641

RGB 25213465
HSL0.060.970.62
HSV22°74°99°
CMYK 0.000.470.74   0.01
XYZ49.624138.12739.7449
Yxy38.12730.50900.3911
Hunter Lab61.747335.396333.8660
CIE-Lab68.114340.051555.5633

#fc8641 color RGB value is (252,134,65).

#fc8641 hex color red value is 252, green value is 134 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #fc8641 hue: 0.06 , saturation: 0.97 and the lightness value of fc8641 is 0.62.

The process color (four color CMYK) of #fc8641 color hex is 0.00, 0.47, 0.74, 0.01. Web safe color of #fc8641 is #ff9933. Color #fc8641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000110 01000001
Octal 374 206 101
Decimal 252 134 65
Hex FC 86 41

RGB Percentages of Color #fc8641

%55.88
%29.71
%14.41

CMYK Percentages of Color #fc8641

%0
%47
%74
%1

Triadic Colors of #fc8641

#fc8641 #41fc86 #8641fc

Analogous Colors of #fc8641

#fc8641 #fce441 #fc415a

Monochromatic Colors of #fc8641

#fc8641

Complementary Color

#fc8641 #41b7fc

#fc8641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8641 Color CSS Codes

.mybgcolor {background-color:#fc8641; } 
.myforecolor {color:#fc8641; }
.mybordercolor {border:3px solid #fc8641; }

#fc8641 Text Font Color

<p style="color:#fc8641">Text here</p>

This sample text font color is #fc8641
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fc8641 Background Color

<div style="background-color:#fc8641">
Div content here</div>

This div background color is #fc8641


#fc8641 Border Color

<div style="border:3px solid #fc8641">
Div here</div>

This div border color is #fc8641


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,134,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc8641; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc8641;
  -webkit-box-shadow: 1px 1px 3px 2px #fc8641;
  box-shadow:         1px 1px 3px 2px #fc8641; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,134,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc8641">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fc8641;
  -webkit-box-shadow: 1px 1px 3px 2px #fc8641;
  box-shadow:         1px 1px 3px 2px #fc8641;">
Div content here</div>

This div box has shadow with color #fc8641

Related Colors


Comments

No comments written yet.

Please login to write comment.