Color Hex Logo

#f9323d Color Hex

#F9323D
(249,50,61)
0 Favorites   0 Comments

Color spaces of #f9323d

RGB 2495061
HSL0.990.940.59
HSV357°80°98°
CMYK 0.000.800.76   0.02
XYZ41.049822.75796.6440
Yxy22.75790.58270.3230
Hunter Lab47.705270.113025.1362
CIE-Lab54.822172.676543.3687

#f9323d color RGB value is (249,50,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110010 00111101
Octal 371 62 75
Decimal 249 50 61
Hex F9 32 3D

RGB Percentages of Color #f9323d

%69.17
%13.89
%16.94

CMYK Percentages of Color #f9323d

%0
%80
%76
%2

Triadic Colors of #f9323d

#f9323d #3df932 #323df9

Analogous Colors of #f9323d

#f9323d #f98b32 #f932a1

Monochromatic Colors of #f9323d

#f9323d

Complementary Color

#f9323d #32f9ee

#f9323d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9323d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9323d Color CSS Codes

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

#f9323d Text Font Color

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

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


#f9323d Background Color

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

This div background color is #f9323d


#f9323d Border Color

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

This div border color is #f9323d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9323d


Comments

No comments written yet.

Please login to write comment.