Color Hex Logo

#f2470a Color Hex

#F2470A
(242,71,10)
0 Favorites   0 Comments

Color spaces of #f2470a

RGB 2427110
HSL0.040.920.49
HSV16°96°95°
CMYK 0.000.710.96   0.05
XYZ38.926023.40562.7533
Yxy23.40560.59810.3596
Hunter Lab48.379358.957230.4913
CIE-Lab55.487763.173864.5515

#f2470a color RGB value is (242,71,10).

#f2470a hex color red value is 242, green value is 71 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #f2470a hue: 0.04 , saturation: 0.92 and the lightness value of f2470a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000111 00001010
Octal 362 107 12
Decimal 242 71 10
Hex F2 47 A

RGB Percentages of Color #f2470a

%74.92
%21.98
%3.10

CMYK Percentages of Color #f2470a

%0
%71
%96
%5

Triadic Colors of #f2470a

#f2470a #0af247 #470af2

Analogous Colors of #f2470a

#f2470a #f2bb0a #f20a41

Monochromatic Colors of #f2470a

#f2470a

Complementary Color

#f2470a #0ab5f2

#f2470a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2470a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2470a Color CSS Codes

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

#f2470a Text Font Color

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

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


#f2470a Background Color

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

This div background color is #f2470a


#f2470a Border Color

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

This div border color is #f2470a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2470a


Comments

No comments written yet.

Please login to write comment.