Color Hex Logo

#fa092f Color Hex

#FA092F
(250,9,47)
0 Favorites   0 Comments

Color spaces of #fa092f

RGB 250947
HSL0.970.960.51
HSV351°96°98°
CMYK 0.000.960.81   0.02
XYZ40.035120.72464.5795
Yxy20.72460.61270.3172
Hunter Lab45.524377.309525.9027
CIE-Lab52.646878.912848.8035

#fa092f color RGB value is (250,9,47).

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

The process color (four color CMYK) of #fa092f color hex is 0.00, 0.96, 0.81, 0.02. Web safe color of #fa092f is #ff0033. Color #fa092f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001001 00101111
Octal 372 11 57
Decimal 250 9 47
Hex FA 9 2F

RGB Percentages of Color #fa092f

%81.70
%2.94
%15.36

CMYK Percentages of Color #fa092f

%0
%96
%81
%2

Triadic Colors of #fa092f

#fa092f #2ffa09 #092ffa

Analogous Colors of #fa092f

#fa092f #fa5c09 #fa09a8

Monochromatic Colors of #fa092f

#fa092f

Complementary Color

#fa092f #09fad4

#fa092f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa092f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa092f Color CSS Codes

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

#fa092f Text Font Color

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

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


#fa092f Background Color

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

This div background color is #fa092f


#fa092f Border Color

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

This div border color is #fa092f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,9,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fa092f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa092f

Related Colors


Comments

No comments written yet.

Please login to write comment.