Color Hex Logo

#fc872a Color Hex

#FC872A
(252,135,42)
0 Favorites   0 Comments

Color spaces of #fc872a

RGB 25213542
HSL0.070.970.58
HSV27°83°99°
CMYK 0.000.460.83   0.01
XYZ49.226838.19066.9675
Yxy38.19060.52160.4046
Hunter Lab61.798534.040136.5743
CIE-Lab68.160938.773665.1088

#fc872a color RGB value is (252,135,42).

#fc872a hex color red value is 252, green value is 135 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fc872a hue: 0.07 , saturation: 0.97 and the lightness value of fc872a is 0.58.

The process color (four color CMYK) of #fc872a color hex is 0.00, 0.46, 0.83, 0.01. Web safe color of #fc872a is #ff9933. Color #fc872a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000111 00101010
Octal 374 207 52
Decimal 252 135 42
Hex FC 87 2A

RGB Percentages of Color #fc872a

%58.74
%31.47
%9.79

CMYK Percentages of Color #fc872a

%0
%46
%83
%1

Triadic Colors of #fc872a

#fc872a #2afc87 #872afc

Analogous Colors of #fc872a

#fc872a #fcf02a #fc2a36

Monochromatic Colors of #fc872a

#fc872a

Complementary Color

#fc872a #2a9ffc

#fc872a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc872a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc872a Color CSS Codes

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

#fc872a Text Font Color

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

This sample text font color is #fc872a
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.


#fc872a Background Color

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

This div background color is #fc872a


#fc872a Border Color

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

This div border color is #fc872a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc872a

Related Colors


Comments

No comments written yet.

Please login to write comment.