Color Hex Logo

#f9324b Color Hex

#F9324B
(249,50,75)
0 Favorites   0 Comments

Color spaces of #f9324b

RGB 2495075
HSL0.980.940.59
HSV352°80°98°
CMYK 0.000.800.70   0.02
XYZ41.477522.92898.8962
Yxy22.92890.56580.3128
Hunter Lab47.884170.820522.5036
CIE-Lab54.999073.221935.6271

#f9324b color RGB value is (249,50,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110010 01001011
Octal 371 62 113
Decimal 249 50 75
Hex F9 32 4B

RGB Percentages of Color #f9324b

%66.58
%13.37
%20.05

CMYK Percentages of Color #f9324b

%0
%80
%70
%2

Triadic Colors of #f9324b

#f9324b #4bf932 #324bf9

Analogous Colors of #f9324b

#f9324b #f97d32 #f932af

Monochromatic Colors of #f9324b

#f9324b

Complementary Color

#f9324b #32f9e0

#f9324b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9324b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9324b Color CSS Codes

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

#f9324b Text Font Color

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

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


#f9324b Background Color

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

This div background color is #f9324b


#f9324b Border Color

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

This div border color is #f9324b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9324b

Related Colors


Comments

No comments written yet.

Please login to write comment.