color codes Logo

#f9021f color codes

#F9021F
(249,2,31)
0 Favorites   0 Comments

Color spaces of #f9021f

RGB 249231
HSL0.980.980.49
HSV353°99°98°
CMYK 0.000.990.88   0.02
XYZ39.336020.28213.1379
Yxy20.28210.62680.3232
Hunter Lab45.035777.096927.3939
CIE-Lab52.154778.839456.1898

#f9021f color RGB value is (249,2,31).

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

The process color (four color CMYK) of #f9021f color code is 0.00, 0.99, 0.88, 0.02. Web safe color of #f9021f is #ff0033. Color #f9021f contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #f9021f

%88.30
%0.71
%10.99

CMYK Percentages of Color #f9021f

%0
%99
%88
%2

Triadic Colors of #f9021f

#f9021f #1ff902 #021ff9

Analogous Colors of #f9021f

#f9021f #f96002 #f9029b

Monochromatic Colors of #f9021f

#f9021f

Complementary Color

#f9021f #02f9dc

#f9021f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9021f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9021f Color CSS Codes

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

#f9021f Text Font Color

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

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


#f9021f Background Color

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

This div background color is #f9021f


#f9021f Border Color

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

This div border color is #f9021f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,2,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 #f9021f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9021f

Related Colors

#f9021f Color Palettes


Comments

No comments written yet.

Please login to write comment.