color codes Logo

#fd873c color codes

#FD873C
(253,135,60)
0 Favorites   0 Comments

Color spaces of #fd873c

RGB 25313560
HSL0.060.980.61
HSV23°76°99°
CMYK 0.000.470.76   0.01
XYZ49.987638.53689.0787
Yxy38.53680.51220.3948
Hunter Lab62.078035.098534.7836
CIE-Lab68.414439.738858.1676

#fd873c color RGB value is (253,135,60).

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

The process color (four color CMYK) of #fd873c color code is 0.00, 0.47, 0.76, 0.01. Web safe color of #fd873c is #ff9933. Color #fd873c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000111 00111100
Octal 375 207 74
Decimal 253 135 60
Hex FD 87 3C

RGB Percentages of Color #fd873c

%56.47
%30.13
%13.39

CMYK Percentages of Color #fd873c

%0
%47
%76
%1

Triadic Colors of #fd873c

#fd873c #3cfd87 #873cfd

Analogous Colors of #fd873c

#fd873c #fde83c #fd3c51

Monochromatic Colors of #fd873c

#fd873c

Complementary Color

#fd873c #3cb2fd

#fd873c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd873c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd873c Color CSS Codes

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

#fd873c Text Font Color

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

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


#fd873c Background Color

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

This div background color is #fd873c


#fd873c Border Color

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

This div border color is #fd873c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd873c


Comments

No comments written yet.

Please login to write comment.