Color Hex Logo

#fa060a Color Hex

#FA060A
(250,6,10)
0 Favorites   0 Comments

Color spaces of #fa060a

RGB 250610
HSL1.000.960.50
HSV359°98°98°
CMYK 0.000.980.96   0.02
XYZ39.544320.47622.1552
Yxy20.47620.63600.3293
Hunter Lab45.250676.801628.8516
CIE-Lab52.371478.561863.7806

#fa060a color RGB value is (250,6,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000110 00001010
Octal 372 6 12
Decimal 250 6 10
Hex FA 6 A

RGB Percentages of Color #fa060a

%93.98
%2.26
%3.76

CMYK Percentages of Color #fa060a

%0
%98
%96
%2

Triadic Colors of #fa060a

#fa060a #0afa06 #060afa

Analogous Colors of #fa060a

#fa060a #fa7c06 #fa0684

Monochromatic Colors of #fa060a

#fa060a

Complementary Color

#fa060a #06faf6

#fa060a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa060a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa060a Color CSS Codes

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

#fa060a Text Font Color

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

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


#fa060a Background Color

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

This div background color is #fa060a


#fa060a Border Color

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

This div border color is #fa060a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa060a


Comments

No comments written yet.

Please login to write comment.