Color Hex Logo

#f9323b Color Hex

#F9323B
(249,50,59)
0 Favorites   0 Comments

Color spaces of #f9323b

RGB 2495059
HSL0.990.940.59
HSV357°80°98°
CMYK 0.000.800.76   0.02
XYZ40.996922.73676.3655
Yxy22.73670.58480.3244
Hunter Lab47.683070.025425.4631
CIE-Lab54.800172.608944.4466

#f9323b color RGB value is (249,50,59).

#f9323b hex color red value is 249, green value is 50 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #f9323b hue: 0.99 , saturation: 0.94 and the lightness value of f9323b is 0.59.

The process color (four color CMYK) of #f9323b color hex is 0.00, 0.80, 0.76, 0.02. Web safe color of #f9323b is #ff3333. Color #f9323b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110010 00111011
Octal 371 62 73
Decimal 249 50 59
Hex F9 32 3B

RGB Percentages of Color #f9323b

%69.55
%13.97
%16.48

CMYK Percentages of Color #f9323b

%0
%80
%76
%2

Triadic Colors of #f9323b

#f9323b #3bf932 #323bf9

Analogous Colors of #f9323b

#f9323b #f98d32 #f9329f

Monochromatic Colors of #f9323b

#f9323b

Complementary Color

#f9323b #32f9f0

#f9323b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9323b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9323b Color CSS Codes

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

#f9323b Text Font Color

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

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


#f9323b Background Color

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

This div background color is #f9323b


#f9323b Border Color

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

This div border color is #f9323b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9323b


Comments

No comments written yet.

Please login to write comment.