Color Hex Logo

#fe872a Color Hex

#FE872A
(254,135,42)
0 Favorites   0 Comments

Color spaces of #fe872a

RGB 25413542
HSL0.070.990.58
HSV26°83°100°
CMYK 0.000.470.83   0.00
XYZ49.954938.56597.0015
Yxy38.56590.52300.4037
Hunter Lab62.101434.909336.7865
CIE-Lab68.435639.559265.4527

#fe872a color RGB value is (254,135,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000111 00101010
Octal 376 207 52
Decimal 254 135 42
Hex FE 87 2A

RGB Percentages of Color #fe872a

%58.93
%31.32
%9.74

CMYK Percentages of Color #fe872a

%0
%47
%83
%0

Triadic Colors of #fe872a

#fe872a #2afe87 #872afe

Analogous Colors of #fe872a

#fe872a #fef12a #fe2a37

Monochromatic Colors of #fe872a

#fe872a

Complementary Color

#fe872a #2aa1fe

#fe872a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe872a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe872a Color CSS Codes

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

#fe872a Text Font Color

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

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


#fe872a Background Color

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

This div background color is #fe872a


#fe872a Border Color

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

This div border color is #fe872a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe872a

Related Colors


Comments

No comments written yet.

Please login to write comment.