Color Hex Logo

#fe8a0f Color Hex

#FE8A0F
(254,138,15)
0 Favorites   0 Comments

Color spaces of #fe8a0f

RGB 25413815
HSL0.090.990.53
HSV31°94°100°
CMYK 0.000.460.94   0.00
XYZ50.047839.28235.3964
Yxy39.28230.52830.4147
Hunter Lab62.675632.853838.7680
CIE-Lab68.955337.569473.0100

#fe8a0f color RGB value is (254,138,15).

#fe8a0f hex color red value is 254, green value is 138 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fe8a0f hue: 0.09 , saturation: 0.99 and the lightness value of fe8a0f is 0.53.

The process color (four color CMYK) of #fe8a0f color hex is 0.00, 0.46, 0.94, 0.00. Web safe color of #fe8a0f is #ff9900. Color #fe8a0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001010 00001111
Octal 376 212 17
Decimal 254 138 15
Hex FE 8A F

RGB Percentages of Color #fe8a0f

%62.41
%33.91
%3.69

CMYK Percentages of Color #fe8a0f

%0
%46
%94
%0

Triadic Colors of #fe8a0f

#fe8a0f #0ffe8a #8a0ffe

Analogous Colors of #fe8a0f

#fe8a0f #fbfe0f #fe120f

Monochromatic Colors of #fe8a0f

#fe8a0f

Complementary Color

#fe8a0f #0f83fe

#fe8a0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8a0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8a0f Color CSS Codes

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

#fe8a0f Text Font Color

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

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


#fe8a0f Background Color

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

This div background color is #fe8a0f


#fe8a0f Border Color

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

This div border color is #fe8a0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8a0f


Comments

No comments written yet.

Please login to write comment.