Color Hex Logo

#fa093e Color Hex

#FA093E
(250,9,62)
0 Favorites   0 Comments

Color spaces of #fa093e

RGB 250962
HSL0.960.960.51
HSV347°96°98°
CMYK 0.000.960.75   0.02
XYZ40.391520.86726.4563
Yxy20.86720.59650.3082
Hunter Lab45.680677.891323.5967
CIE-Lab52.803879.344640.6375

#fa093e color RGB value is (250,9,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001001 00111110
Octal 372 11 76
Decimal 250 9 62
Hex FA 9 3E

RGB Percentages of Color #fa093e

%77.88
%2.80
%19.31

CMYK Percentages of Color #fa093e

%0
%96
%75
%2

Triadic Colors of #fa093e

#fa093e #3efa09 #093efa

Analogous Colors of #fa093e

#fa093e #fa4d09 #fa09b7

Monochromatic Colors of #fa093e

#fa093e

Complementary Color

#fa093e #09fac5

#fa093e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa093e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa093e Color CSS Codes

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

#fa093e Text Font Color

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

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


#fa093e Background Color

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

This div background color is #fa093e


#fa093e Border Color

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

This div border color is #fa093e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa093e


Comments

No comments written yet.

Please login to write comment.