Color Hex Logo

#f0060a Color Hex

#F0060A
(240,6,10)
0 Favorites   0 Comments

Color spaces of #f0060a

RGB 240610
HSL1.000.950.48
HSV359°98°94°
CMYK 0.000.980.96   0.06
XYZ36.055118.67741.9919
Yxy18.67740.63560.3293
Hunter Lab43.217473.287527.5195
CIE-Lab50.307676.139261.6249

#f0060a color RGB value is (240,6,10).

#f0060a hex color red value is 240, green value is 6 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #f0060a hue: 1.00 , saturation: 0.95 and the lightness value of f0060a is 0.48.

The process color (four color CMYK) of #f0060a color hex is 0.00, 0.98, 0.96, 0.06. Web safe color of #f0060a is #ff0000. Color #f0060a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000110 00001010
Octal 360 6 12
Decimal 240 6 10
Hex F0 6 A

RGB Percentages of Color #f0060a

%93.75
%2.34
%3.91

CMYK Percentages of Color #f0060a

%0
%98
%96
%6

Triadic Colors of #f0060a

#f0060a #0af006 #060af0

Analogous Colors of #f0060a

#f0060a #f07706 #f0067f

Monochromatic Colors of #f0060a

#f0060a

Complementary Color

#f0060a #06f0ec

#f0060a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0060a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0060a Color CSS Codes

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

#f0060a Text Font Color

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

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


#f0060a Background Color

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

This div background color is #f0060a


#f0060a Border Color

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

This div border color is #f0060a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0060a


Comments

No comments written yet.

Please login to write comment.