Color Hex Logo

#fa092c Color Hex

#FA092C
(250,9,44)
0 Favorites   0 Comments

Color spaces of #fa092c

RGB 250944
HSL0.980.960.51
HSV351°96°98°
CMYK 0.000.960.82   0.02
XYZ39.976720.70124.2716
Yxy20.70120.61550.3187
Hunter Lab45.498677.214126.2826
CIE-Lab52.620978.841850.3540

#fa092c color RGB value is (250,9,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001001 00101100
Octal 372 11 54
Decimal 250 9 44
Hex FA 9 2C

RGB Percentages of Color #fa092c

%82.51
%2.97
%14.52

CMYK Percentages of Color #fa092c

%0
%96
%82
%2

Triadic Colors of #fa092c

#fa092c #2cfa09 #092cfa

Analogous Colors of #fa092c

#fa092c #fa5f09 #fa09a5

Monochromatic Colors of #fa092c

#fa092c

Complementary Color

#fa092c #09fad7

#fa092c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa092c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa092c Color CSS Codes

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

#fa092c Text Font Color

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

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


#fa092c Background Color

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

This div background color is #fa092c


#fa092c Border Color

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

This div border color is #fa092c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa092c

Related Colors


Comments

No comments written yet.

Please login to write comment.