Color Hex Logo

#fa150a Color Hex

#FA150A
(250,21,10)
0 Favorites   0 Comments

Color spaces of #fa150a

RGB 2502110
HSL0.010.960.51
HSV96°98°
CMYK 0.000.920.96   0.02
XYZ39.747320.88222.2229
Yxy20.88220.63240.3322
Hunter Lab45.697075.289529.1038
CIE-Lab52.820377.264363.9940

#fa150a color RGB value is (250,21,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010101 00001010
Octal 372 25 12
Decimal 250 21 10
Hex FA 15 A

RGB Percentages of Color #fa150a

%88.97
%7.47
%3.56

CMYK Percentages of Color #fa150a

%0
%92
%96
%2

Triadic Colors of #fa150a

#fa150a #0afa15 #150afa

Analogous Colors of #fa150a

#fa150a #fa8d0a #fa0a77

Monochromatic Colors of #fa150a

#fa150a

Complementary Color

#fa150a #0aeffa

#fa150a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa150a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa150a Color CSS Codes

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

#fa150a Text Font Color

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

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


#fa150a Background Color

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

This div background color is #fa150a


#fa150a Border Color

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

This div border color is #fa150a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa150a


Comments

No comments written yet.

Please login to write comment.