Color Hex Logo

#fe420c Color Hex

#FE420C
(254,66,12)
0 Favorites   0 Comments

Color spaces of #fe420c

RGB 2546612
HSL0.040.990.52
HSV13°95°100°
CMYK 0.000.740.95   0.00
XYZ42.887624.99382.9117
Yxy24.99380.60580.3531
Hunter Lab49.993865.638631.5425
CIE-Lab57.069468.547966.1737

#fe420c color RGB value is (254,66,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000010 00001100
Octal 376 102 14
Decimal 254 66 12
Hex FE 42 C

RGB Percentages of Color #fe420c

%76.51
%19.88
%3.61

CMYK Percentages of Color #fe420c

%0
%74
%95
%0

Triadic Colors of #fe420c

#fe420c #0cfe42 #420cfe

Analogous Colors of #fe420c

#fe420c #febb0c #fe0c4f

Monochromatic Colors of #fe420c

#fe420c

Complementary Color

#fe420c #0cc8fe

#fe420c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe420c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe420c Color CSS Codes

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

#fe420c Text Font Color

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

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


#fe420c Background Color

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

This div background color is #fe420c


#fe420c Border Color

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

This div border color is #fe420c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe420c

Related Colors


Comments

No comments written yet.

Please login to write comment.