Color Hex Logo

#fd861d Color Hex

#FD861D
(253,134,29)
0 Favorites   0 Comments

Color spaces of #fd861d

RGB 25313429
HSL0.080.980.55
HSV28°89°99°
CMYK 0.000.470.89   0.01
XYZ49.254938.02155.9053
Yxy38.02150.52860.4080
Hunter Lab61.661634.677037.4849
CIE-Lab68.036539.386269.1855

#fd861d color RGB value is (253,134,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000110 00011101
Octal 375 206 35
Decimal 253 134 29
Hex FD 86 1D

RGB Percentages of Color #fd861d

%60.82
%32.21
%6.97

CMYK Percentages of Color #fd861d

%0
%47
%89
%1

Triadic Colors of #fd861d

#fd861d #1dfd86 #861dfd

Analogous Colors of #fd861d

#fd861d #fdf61d #fd1d24

Monochromatic Colors of #fd861d

#fd861d

Complementary Color

#fd861d #1d94fd

#fd861d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd861d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd861d Color CSS Codes

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

#fd861d Text Font Color

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

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


#fd861d Background Color

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

This div background color is #fd861d


#fd861d Border Color

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

This div border color is #fd861d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd861d


Comments

No comments written yet.

Please login to write comment.