color codes Logo

#fc872d color codes

#FC872D
(252,135,45)
0 Favorites   0 Comments

Color spaces of #fc872d

RGB 25213545
HSL0.070.970.58
HSV26°82°99°
CMYK 0.000.460.82   0.01
XYZ49.282538.21297.2610
Yxy38.21290.52010.4033
Hunter Lab61.816634.127936.3074
CIE-Lab68.177238.854464.0292

#fc872d color RGB value is (252,135,45).

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

The process color (four color CMYK) of #fc872d color code is 0.00, 0.46, 0.82, 0.01. Web safe color of #fc872d is #ff9933. Color #fc872d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000111 00101101
Octal 374 207 55
Decimal 252 135 45
Hex FC 87 2D

RGB Percentages of Color #fc872d

%58.33
%31.25
%10.42

CMYK Percentages of Color #fc872d

%0
%46
%82
%1

Triadic Colors of #fc872d

#fc872d #2dfc87 #872dfc

Analogous Colors of #fc872d

#fc872d #fcef2d #fc2d3a

Monochromatic Colors of #fc872d

#fc872d

Complementary Color

#fc872d #2da2fc

#fc872d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc872d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc872d Color CSS Codes

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

#fc872d Text Font Color

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

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


#fc872d Background Color

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

This div background color is #fc872d


#fc872d Border Color

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

This div border color is #fc872d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc872d


Comments

No comments written yet.

Please login to write comment.