Color Hex Logo

#fd872d Color Hex

#FD872D
(253,135,45)
0 Favorites   0 Comments

Color spaces of #fd872d

RGB 25313545
HSL0.070.980.58
HSV26°82°99°
CMYK 0.000.470.82   0.01
XYZ49.645638.40017.2780
Yxy38.40010.52080.4028
Hunter Lab61.967834.561836.4140
CIE-Lab68.314539.247064.2026

#fd872d color RGB value is (253,135,45).

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

The process color (four color CMYK) of #fd872d color hex is 0.00, 0.47, 0.82, 0.01. Web safe color of #fd872d is #ff9933. Color #fd872d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000111 00101101
Octal 375 207 55
Decimal 253 135 45
Hex FD 87 2D

RGB Percentages of Color #fd872d

%58.43
%31.18
%10.39

CMYK Percentages of Color #fd872d

%0
%47
%82
%1

Triadic Colors of #fd872d

#fd872d #2dfd87 #872dfd

Analogous Colors of #fd872d

#fd872d #fdef2d #fd2d3b

Monochromatic Colors of #fd872d

#fd872d

Complementary Color

#fd872d #2da3fd

#fd872d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd872d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd872d Color CSS Codes

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

#fd872d Text Font Color

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

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


#fd872d Background Color

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

This div background color is #fd872d


#fd872d Border Color

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

This div border color is #fd872d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,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 #fd872d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd872d


Comments

No comments written yet.

Please login to write comment.