Color Hex Logo

#f0720f Color Hex

#F0720F
(240,114,15)
0 Favorites   0 Comments

Color spaces of #f0720f

RGB 24011415
HSL0.070.880.50
HSV26°94°94°
CMYK 0.000.530.94   0.06
XYZ42.038730.59444.1416
Yxy30.59440.54760.3985
Hunter Lab55.312238.868234.2791
CIE-Lab62.163744.042367.5036

#f0720f color RGB value is (240,114,15).

#f0720f hex color red value is 240, green value is 114 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #f0720f hue: 0.07 , saturation: 0.88 and the lightness value of f0720f is 0.50.

The process color (four color CMYK) of #f0720f color hex is 0.00, 0.53, 0.94, 0.06. Web safe color of #f0720f is #ff6600. Color #f0720f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110010 00001111
Octal 360 162 17
Decimal 240 114 15
Hex F0 72 F

RGB Percentages of Color #f0720f

%65.04
%30.89
%4.07

CMYK Percentages of Color #f0720f

%0
%53
%94
%6

Triadic Colors of #f0720f

#f0720f #0ff072 #720ff0

Analogous Colors of #f0720f

#f0720f #f0e30f #f00f1c

Monochromatic Colors of #f0720f

#f0720f

Complementary Color

#f0720f #0f8df0

#f0720f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0720f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0720f Color CSS Codes

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

#f0720f Text Font Color

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

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


#f0720f Background Color

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

This div background color is #f0720f


#f0720f Border Color

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

This div border color is #f0720f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,114,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0720f


Comments

No comments written yet.

Please login to write comment.