Color Hex Logo

#fe800a Color Hex

#FE800A
(254,128,10)
0 Favorites   0 Comments

Color spaces of #fe800a

RGB 25412810
HSL0.080.990.52
HSV29°96°100°
CMYK 0.000.500.96   0.00
XYZ48.647036.53114.7744
Yxy36.53110.54080.4061
Hunter Lab60.441037.897337.6252
CIE-Lab66.923742.523372.4459

#fe800a color RGB value is (254,128,10).

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

The process color (four color CMYK) of #fe800a color hex is 0.00, 0.50, 0.96, 0.00. Web safe color of #fe800a is #ff9900. Color #fe800a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000000 00001010
Octal 376 200 12
Decimal 254 128 10
Hex FE 80 A

RGB Percentages of Color #fe800a

%64.80
%32.65
%2.55

CMYK Percentages of Color #fe800a

%0
%50
%96
%0

Triadic Colors of #fe800a

#fe800a #0afe80 #800afe

Analogous Colors of #fe800a

#fe800a #fefa0a #fe0a0e

Monochromatic Colors of #fe800a

#fe800a

Complementary Color

#fe800a #0a88fe

#fe800a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe800a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe800a Color CSS Codes

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

#fe800a Text Font Color

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

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


#fe800a Background Color

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

This div background color is #fe800a


#fe800a Border Color

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

This div border color is #fe800a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe800a


Comments

No comments written yet.

Please login to write comment.