Color Hex Logo

#f9002b Color Hex

#F9002B
(249,0,43)
0 Favorites   0 Comments

Color spaces of #f9002b

RGB 249043
HSL0.971.000.49
HSV350°100°98°
CMYK 0.001.000.83   0.02
XYZ39.503020.31424.1245
Yxy20.31420.61780.3177
Hunter Lab45.071377.572726.1242
CIE-Lab52.190679.211050.4013

#f9002b color RGB value is (249,0,43).

#f9002b hex color red value is 249, green value is 0 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #f9002b hue: 0.97 , saturation: 1.00 and the lightness value of f9002b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000000 00101011
Octal 371 0 53
Decimal 249 0 43
Hex F9 0 2B

RGB Percentages of Color #f9002b

%85.27
%0.00
%14.73

CMYK Percentages of Color #f9002b

%0
%100
%83
%2

Triadic Colors of #f9002b

#f9002b #2bf900 #002bf9

Analogous Colors of #f9002b

#f9002b #f95200 #f900a8

Monochromatic Colors of #f9002b

#f9002b

Complementary Color

#f9002b #00f9ce

#f9002b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9002b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9002b Color CSS Codes

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

#f9002b Text Font Color

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

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


#f9002b Background Color

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

This div background color is #f9002b


#f9002b Border Color

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

This div border color is #f9002b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9002b


Comments

No comments written yet.

Please login to write comment.