Color Hex Logo

#fe872f Color Hex

#FE872F
(254,135,47)
0 Favorites   0 Comments

Color spaces of #fe872f

RGB 25413547
HSL0.070.990.59
HSV26°81°100°
CMYK 0.000.470.81   0.00
XYZ50.050138.60407.5027
Yxy38.60400.52050.4015
Hunter Lab62.132135.058236.3330
CIE-Lab68.463439.695563.6325

#fe872f color RGB value is (254,135,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000111 00101111
Octal 376 207 57
Decimal 254 135 47
Hex FE 87 2F

RGB Percentages of Color #fe872f

%58.26
%30.96
%10.78

CMYK Percentages of Color #fe872f

%0
%47
%81
%0

Triadic Colors of #fe872f

#fe872f #2ffe87 #872ffe

Analogous Colors of #fe872f

#fe872f #feef2f #fe2f3e

Monochromatic Colors of #fe872f

#fe872f

Complementary Color

#fe872f #2fa6fe

#fe872f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe872f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe872f Color CSS Codes

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

#fe872f Text Font Color

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

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


#fe872f Background Color

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

This div background color is #fe872f


#fe872f Border Color

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

This div border color is #fe872f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe872f

Related Colors

#fe872f Color Palettes


Comments

No comments written yet.

Please login to write comment.