Color Hex Logo

#ff420a Color Hex

#FF420A
(255,66,10)
0 Favorites   0 Comments

Color spaces of #ff420a

RGB 2556610
HSL0.041.000.52
HSV14°96°100°
CMYK 0.000.740.96   0.00
XYZ43.243025.17832.8679
Yxy25.17830.60660.3532
Hunter Lab50.178066.018531.7359
CIE-Lab57.248768.831266.7844

#ff420a color RGB value is (255,66,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000010 00001010
Octal 377 102 12
Decimal 255 66 10
Hex FF 42 A

RGB Percentages of Color #ff420a

%77.04
%19.94
%3.02

CMYK Percentages of Color #ff420a

%0
%74
%96
%0

Triadic Colors of #ff420a

#ff420a #0aff42 #420aff

Analogous Colors of #ff420a

#ff420a #ffbd0a #ff0a4d

Monochromatic Colors of #ff420a

#ff420a

Complementary Color

#ff420a #0ac7ff

#ff420a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff420a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff420a Color CSS Codes

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

#ff420a Text Font Color

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

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


#ff420a Background Color

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

This div background color is #ff420a


#ff420a Border Color

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

This div border color is #ff420a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff420a

Related Colors


Comments

No comments written yet.

Please login to write comment.