Color Hex Logo

#fb091e Color Hex

#FB091E
(251,9,30)
0 Favorites   0 Comments

Color spaces of #fb091e

RGB 251930
HSL0.990.970.51
HSV355°96°98°
CMYK 0.000.960.88   0.02
XYZ40.115720.79833.1284
Yxy20.79830.62640.3248
Hunter Lab45.605277.205127.8565
CIE-Lab52.728078.813857.2403

#fb091e color RGB value is (251,9,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00001001 00011110
Octal 373 11 36
Decimal 251 9 30
Hex FB 9 1E

RGB Percentages of Color #fb091e

%86.55
%3.10
%10.34

CMYK Percentages of Color #fb091e

%0
%96
%88
%2

Triadic Colors of #fb091e

#fb091e #1efb09 #091efb

Analogous Colors of #fb091e

#fb091e #fb6d09 #fb0997

Monochromatic Colors of #fb091e

#fb091e

Complementary Color

#fb091e #09fbe6

#fb091e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb091e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb091e Color CSS Codes

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

#fb091e Text Font Color

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

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


#fb091e Background Color

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

This div background color is #fb091e


#fb091e Border Color

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

This div border color is #fb091e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb091e


Comments

No comments written yet.

Please login to write comment.