Color Hex Logo

#f9011f Color Hex

#F9011F
(249,1,31)
0 Favorites   0 Comments

Color spaces of #f9011f

RGB 249131
HSL0.980.990.49
HSV353°100°98°
CMYK 0.001.000.88   0.02
XYZ39.325120.26043.1343
Yxy20.26040.62700.3230
Hunter Lab45.011677.179327.3795
CIE-Lab52.130478.909856.1714

#f9011f color RGB value is (249,1,31).

#f9011f hex color red value is 249, green value is 1 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #f9011f hue: 0.98 , saturation: 0.99 and the lightness value of f9011f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000001 00011111
Octal 371 1 37
Decimal 249 1 31
Hex F9 1 1F

RGB Percentages of Color #f9011f

%88.61
%0.36
%11.03

CMYK Percentages of Color #f9011f

%0
%100
%88
%2

Triadic Colors of #f9011f

#f9011f #1ff901 #011ff9

Analogous Colors of #f9011f

#f9011f #f95f01 #f9019b

Monochromatic Colors of #f9011f

#f9011f

Complementary Color

#f9011f #01f9db

#f9011f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9011f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9011f Color CSS Codes

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

#f9011f Text Font Color

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

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


#f9011f Background Color

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

This div background color is #f9011f


#f9011f Border Color

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

This div border color is #f9011f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,1,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9011f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9011f;
  -webkit-box-shadow: 1px 1px 3px 2px #f9011f;
  box-shadow:         1px 1px 3px 2px #f9011f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,1,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9011f

Related Colors


Comments

No comments written yet.

Please login to write comment.