Color Hex Logo

#f0540f Color Hex

#F0540F
(240,84,15)
0 Favorites   0 Comments

Color spaces of #f0540f

RGB 2408415
HSL0.050.880.50
HSV18°94°94°
CMYK 0.000.650.94   0.06
XYZ39.191724.90043.1926
Yxy24.90040.58250.3701
Hunter Lab49.900352.868431.1369
CIE-Lab56.978257.591964.1521

#f0540f color RGB value is (240,84,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010100 00001111
Octal 360 124 17
Decimal 240 84 15
Hex F0 54 F

RGB Percentages of Color #f0540f

%70.80
%24.78
%4.42

CMYK Percentages of Color #f0540f

%0
%65
%94
%6

Triadic Colors of #f0540f

#f0540f #0ff054 #540ff0

Analogous Colors of #f0540f

#f0540f #f0c50f #f00f3a

Monochromatic Colors of #f0540f

#f0540f

Complementary Color

#f0540f #0fabf0

#f0540f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0540f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0540f Color CSS Codes

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

#f0540f Text Font Color

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

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


#f0540f Background Color

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

This div background color is #f0540f


#f0540f Border Color

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

This div border color is #f0540f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0540f


Comments

No comments written yet.

Please login to write comment.