Color Hex Logo

#ff420e Color Hex

#FF420E
(255,66,14)
2 Favorites   0 Comments

Color spaces of #ff420e

RGB 2556614
HSL0.041.000.53
HSV13°95°100°
CMYK 0.000.740.95   0.00
XYZ43.267525.18812.9968
Yxy25.18810.60550.3525
Hunter Lab50.187766.058631.5911
CIE-Lab57.258268.862965.9223

#ff420e color RGB value is (255,66,14).

#ff420e hex color red value is 255, green value is 66 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ff420e hue: 0.04 , saturation: 1.00 and the lightness value of ff420e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000010 00001110
Octal 377 102 16
Decimal 255 66 14
Hex FF 42 E

RGB Percentages of Color #ff420e

%76.12
%19.70
%4.18

CMYK Percentages of Color #ff420e

%0
%74
%95
%0

Triadic Colors of #ff420e

#ff420e #0eff42 #420eff

Analogous Colors of #ff420e

#ff420e #ffbb0e #ff0e52

Monochromatic Colors of #ff420e

#ff420e

Complementary Color

#ff420e #0ecbff

#ff420e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff420e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff420e Color CSS Codes

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

#ff420e Text Font Color

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

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


#ff420e Background Color

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

This div background color is #ff420e


#ff420e Border Color

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

This div border color is #ff420e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff420e

Related Colors


Comments

No comments written yet.

Please login to write comment.