Color Hex Logo

#fe871a Color Hex

#FE871A
(254,135,26)
0 Favorites   0 Comments

Color spaces of #fe871a

RGB 25413526
HSL0.080.990.55
HSV29°90°100°
CMYK 0.000.470.90   0.00
XYZ49.723538.47345.7827
Yxy38.47340.52910.4094
Hunter Lab62.026934.546337.8913
CIE-Lab68.368139.226470.2849

#fe871a color RGB value is (254,135,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000111 00011010
Octal 376 207 32
Decimal 254 135 26
Hex FE 87 1A

RGB Percentages of Color #fe871a

%61.20
%32.53
%6.27

CMYK Percentages of Color #fe871a

%0
%47
%90
%0

Triadic Colors of #fe871a

#fe871a #1afe87 #871afe

Analogous Colors of #fe871a

#fe871a #fef91a #fe1a1f

Monochromatic Colors of #fe871a

#fe871a

Complementary Color

#fe871a #1a91fe

#fe871a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe871a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe871a Color CSS Codes

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

#fe871a Text Font Color

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

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


#fe871a Background Color

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

This div background color is #fe871a


#fe871a Border Color

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

This div border color is #fe871a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe871a


Comments

No comments written yet.

Please login to write comment.