Color Hex Logo

#fd870c Color Hex

#FD870C
(253,135,12)
0 Favorites   0 Comments

Color spaces of #fd870c

RGB 25313512
HSL0.090.980.52
HSV31°95°99°
CMYK 0.000.470.95   0.01
XYZ49.238338.23715.1332
Yxy38.23710.53170.4129
Hunter Lab61.836233.921038.3635
CIE-Lab68.195038.657772.9135

#fd870c color RGB value is (253,135,12).

#fd870c hex color red value is 253, green value is 135 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #fd870c hue: 0.09 , saturation: 0.98 and the lightness value of fd870c is 0.52.

The process color (four color CMYK) of #fd870c color hex is 0.00, 0.47, 0.95, 0.01. Web safe color of #fd870c is #ff9900. Color #fd870c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000111 00001100
Octal 375 207 14
Decimal 253 135 12
Hex FD 87 C

RGB Percentages of Color #fd870c

%63.25
%33.75
%3.00

CMYK Percentages of Color #fd870c

%0
%47
%95
%1

Triadic Colors of #fd870c

#fd870c #0cfd87 #870cfd

Analogous Colors of #fd870c

#fd870c #fbfd0c #fd0e0c

Monochromatic Colors of #fd870c

#fd870c

Complementary Color

#fd870c #0c82fd

#fd870c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd870c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd870c Color CSS Codes

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

#fd870c Text Font Color

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

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


#fd870c Background Color

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

This div background color is #fd870c


#fd870c Border Color

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

This div border color is #fd870c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd870c

Related Colors


Comments

No comments written yet.

Please login to write comment.