Color Hex Logo

#f9312e Color Hex

#F9312E
(249,49,46)
0 Favorites   0 Comments

Color spaces of #f9312e

RGB 2494946
HSL0.000.940.58
HSV82°98°
CMYK 0.000.800.82   0.02
XYZ40.658422.53364.7913
Yxy22.53360.59810.3315
Hunter Lab47.469669.816227.2443
CIE-Lab54.588672.477651.0954

#f9312e color RGB value is (249,49,46).

#f9312e hex color red value is 249, green value is 49 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #f9312e hue: 0.00 , saturation: 0.94 and the lightness value of f9312e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110001 00101110
Octal 371 61 56
Decimal 249 49 46
Hex F9 31 2E

RGB Percentages of Color #f9312e

%72.38
%14.24
%13.37

CMYK Percentages of Color #f9312e

%0
%80
%82
%2

Triadic Colors of #f9312e

#f9312e #2ef931 #312ef9

Analogous Colors of #f9312e

#f9312e #f9972e #f92e91

Monochromatic Colors of #f9312e

#f9312e

Complementary Color

#f9312e #2ef6f9

#f9312e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9312e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9312e Color CSS Codes

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

#f9312e Text Font Color

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

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


#f9312e Background Color

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

This div background color is #f9312e


#f9312e Border Color

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

This div border color is #f9312e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9312e


Comments

No comments written yet.

Please login to write comment.