Color Hex Logo

#f9021a Color Hex

#F9021A
(249,2,26)
0 Favorites   0 Comments

Color spaces of #f9021a

RGB 249226
HSL0.980.980.49
HSV354°99°98°
CMYK 0.000.990.90   0.02
XYZ39.275120.25772.8174
Yxy20.25770.62990.3249
Hunter Lab45.008676.996627.7946
CIE-Lab52.127378.764858.3057

#f9021a color RGB value is (249,2,26).

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

The process color (four color CMYK) of #f9021a color hex is 0.00, 0.99, 0.90, 0.02. Web safe color of #f9021a is #ff0033. Color #f9021a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000010 00011010
Octal 371 2 32
Decimal 249 2 26
Hex F9 2 1A

RGB Percentages of Color #f9021a

%89.89
%0.72
%9.39

CMYK Percentages of Color #f9021a

%0
%99
%90
%2

Triadic Colors of #f9021a

#f9021a #1af902 #021af9

Analogous Colors of #f9021a

#f9021a #f96602 #f90296

Monochromatic Colors of #f9021a

#f9021a

Complementary Color

#f9021a #02f9e1

#f9021a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9021a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9021a Color CSS Codes

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

#f9021a Text Font Color

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

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


#f9021a Background Color

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

This div background color is #f9021a


#f9021a Border Color

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

This div border color is #f9021a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9021a


Comments

No comments written yet.

Please login to write comment.