Color Hex Logo

#fd870d Color Hex

#FD870D
(253,135,13)
0 Favorites   0 Comments

Color spaces of #fd870d

RGB 25313513
HSL0.080.980.52
HSV31°95°99°
CMYK 0.000.470.95   0.01
XYZ49.244638.23975.1663
Yxy38.23970.53150.4127
Hunter Lab61.838333.930738.3334
CIE-Lab68.196938.666672.7619

#fd870d color RGB value is (253,135,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000111 00001101
Octal 375 207 15
Decimal 253 135 13
Hex FD 87 D

RGB Percentages of Color #fd870d

%63.09
%33.67
%3.24

CMYK Percentages of Color #fd870d

%0
%47
%95
%1

Triadic Colors of #fd870d

#fd870d #0dfd87 #870dfd

Analogous Colors of #fd870d

#fd870d #fbfd0d #fd0f0d

Monochromatic Colors of #fd870d

#fd870d

Complementary Color

#fd870d #0d83fd

#fd870d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd870d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd870d Color CSS Codes

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

#fd870d Text Font Color

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

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


#fd870d Background Color

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

This div background color is #fd870d


#fd870d Border Color

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

This div border color is #fd870d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd870d


Comments

No comments written yet.

Please login to write comment.