Color Hex Logo

#fe420a Color Hex

#FE420A
(254,66,10)
0 Favorites   0 Comments

Color spaces of #fe420a

RGB 2546610
HSL0.040.990.52
HSV14°96°100°
CMYK 0.000.740.96   0.00
XYZ42.876124.98922.8507
Yxy24.98920.60630.3534
Hunter Lab49.989265.619731.6113
CIE-Lab57.064968.533066.5866

#fe420a color RGB value is (254,66,10).

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

The process color (four color CMYK) of #fe420a color hex is 0.00, 0.74, 0.96, 0.00. Web safe color of #fe420a is #ff3300. Color #fe420a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000010 00001010
Octal 376 102 12
Decimal 254 66 10
Hex FE 42 A

RGB Percentages of Color #fe420a

%76.97
%20.00
%3.03

CMYK Percentages of Color #fe420a

%0
%74
%96
%0

Triadic Colors of #fe420a

#fe420a #0afe42 #420afe

Analogous Colors of #fe420a

#fe420a #febc0a #fe0a4c

Monochromatic Colors of #fe420a

#fe420a

Complementary Color

#fe420a #0ac6fe

#fe420a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe420a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe420a Color CSS Codes

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

#fe420a Text Font Color

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

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


#fe420a Background Color

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

This div background color is #fe420a


#fe420a Border Color

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

This div border color is #fe420a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe420a


Comments

No comments written yet.

Please login to write comment.