Color Hex Logo

#fd862f Color Hex

#FD862F
(253,134,47)
0 Favorites   0 Comments

Color spaces of #fd862f

RGB 25313447
HSL0.070.980.59
HSV25°81°99°
CMYK 0.000.470.81   0.01
XYZ49.546238.13817.4393
Yxy38.13810.52090.4009
Hunter Lab61.756135.135536.0870
CIE-Lab68.122339.806563.2759

#fd862f color RGB value is (253,134,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000110 00101111
Octal 375 206 57
Decimal 253 134 47
Hex FD 86 2F

RGB Percentages of Color #fd862f

%58.29
%30.88
%10.83

CMYK Percentages of Color #fd862f

%0
%47
%81
%1

Triadic Colors of #fd862f

#fd862f #2ffd86 #862ffd

Analogous Colors of #fd862f

#fd862f #fded2f #fd2f3f

Monochromatic Colors of #fd862f

#fd862f

Complementary Color

#fd862f #2fa6fd

#fd862f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd862f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd862f Color CSS Codes

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

#fd862f Text Font Color

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

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


#fd862f Background Color

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

This div background color is #fd862f


#fd862f Border Color

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

This div border color is #fd862f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd862f


Comments

No comments written yet.

Please login to write comment.