Color Hex Logo

#fa090f Color Hex

#FA090F
(250,9,15)
0 Favorites   0 Comments

Color spaces of #fa090f

RGB 250915
HSL1.000.960.51
HSV359°96°98°
CMYK 0.000.960.94   0.02
XYZ39.608320.55392.3316
Yxy20.55390.63380.3289
Hunter Lab45.336476.608428.6863
CIE-Lab52.457878.390762.4921

#fa090f color RGB value is (250,9,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001001 00001111
Octal 372 11 17
Decimal 250 9 15
Hex FA 9 F

RGB Percentages of Color #fa090f

%91.24
%3.28
%5.47

CMYK Percentages of Color #fa090f

%0
%96
%94
%2

Triadic Colors of #fa090f

#fa090f #0ffa09 #090ffa

Analogous Colors of #fa090f

#fa090f #fa7c09 #fa0988

Monochromatic Colors of #fa090f

#fa090f

Complementary Color

#fa090f #09faf4

#fa090f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa090f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa090f Color CSS Codes

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

#fa090f Text Font Color

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

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


#fa090f Background Color

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

This div background color is #fa090f


#fa090f Border Color

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

This div border color is #fa090f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa090f

Related Colors


Comments

No comments written yet.

Please login to write comment.