Color Hex Logo

#f9324a Color Hex

#F9324A
(249,50,74)
0 Favorites   0 Comments

Color spaces of #f9324a

RGB 2495074
HSL0.980.940.59
HSV353°80°98°
CMYK 0.000.800.70   0.02
XYZ41.443622.91548.7174
Yxy22.91540.56710.3136
Hunter Lab47.870070.764322.7120
CIE-Lab54.985173.178636.1884

#f9324a color RGB value is (249,50,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110010 01001010
Octal 371 62 112
Decimal 249 50 74
Hex F9 32 4A

RGB Percentages of Color #f9324a

%66.76
%13.40
%19.84

CMYK Percentages of Color #f9324a

%0
%80
%70
%2

Triadic Colors of #f9324a

#f9324a #4af932 #324af9

Analogous Colors of #f9324a

#f9324a #f97e32 #f932ae

Monochromatic Colors of #f9324a

#f9324a

Complementary Color

#f9324a #32f9e1

#f9324a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9324a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9324a Color CSS Codes

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

#f9324a Text Font Color

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

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


#f9324a Background Color

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

This div background color is #f9324a


#f9324a Border Color

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

This div border color is #f9324a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9324a


Comments

No comments written yet.

Please login to write comment.