Color Hex Logo

#f0740a Color Hex

#F0740A
(240,116,10)
0 Favorites   0 Comments

Color spaces of #f0740a

RGB 24011610
HSL0.080.920.49
HSV28°96°94°
CMYK 0.000.520.96   0.06
XYZ42.235431.03804.0520
Yxy31.03800.54620.4014
Hunter Lab55.711837.826334.6860
CIE-Lab62.539743.015068.6404

#f0740a color RGB value is (240,116,10).

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

The process color (four color CMYK) of #f0740a color hex is 0.00, 0.52, 0.96, 0.06. Web safe color of #f0740a is #ff6600. Color #f0740a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110100 00001010
Octal 360 164 12
Decimal 240 116 10
Hex F0 74 A

RGB Percentages of Color #f0740a

%65.57
%31.69
%2.73

CMYK Percentages of Color #f0740a

%0
%52
%96
%6

Triadic Colors of #f0740a

#f0740a #0af074 #740af0

Analogous Colors of #f0740a

#f0740a #f0e70a #f00a13

Monochromatic Colors of #f0740a

#f0740a

Complementary Color

#f0740a #0a86f0

#f0740a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0740a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0740a Color CSS Codes

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

#f0740a Text Font Color

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

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


#f0740a Background Color

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

This div background color is #f0740a


#f0740a Border Color

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

This div border color is #f0740a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0740a


Comments

No comments written yet.

Please login to write comment.