Color Hex Logo

#f0360a Color Hex

#F0360A
(240,54,10)
0 Favorites   0 Comments

Color spaces of #f0360a

RGB 2405410
HSL0.030.920.49
HSV11°96°94°
CMYK 0.000.780.96   0.06
XYZ37.309121.18552.4100
Yxy21.18550.61260.3478
Hunter Lab46.027764.139929.1150
CIE-Lab53.151968.027863.0732

#f0360a color RGB value is (240,54,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110110 00001010
Octal 360 66 12
Decimal 240 54 10
Hex F0 36 A

RGB Percentages of Color #f0360a

%78.95
%17.76
%3.29

CMYK Percentages of Color #f0360a

%0
%78
%96
%6

Triadic Colors of #f0360a

#f0360a #0af036 #360af0

Analogous Colors of #f0360a

#f0360a #f0a90a #f00a51

Monochromatic Colors of #f0360a

#f0360a

Complementary Color

#f0360a #0ac4f0

#f0360a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0360a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0360a Color CSS Codes

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

#f0360a Text Font Color

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

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


#f0360a Background Color

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

This div background color is #f0360a


#f0360a Border Color

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

This div border color is #f0360a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0360a


Comments

No comments written yet.

Please login to write comment.