Color Hex Logo

#f9310e Color Hex

#F9310E
(249,49,14)
0 Favorites   0 Comments

Color spaces of #f9310e

RGB 2494914
HSL0.020.950.52
HSV94°98°
CMYK 0.000.800.94   0.02
XYZ40.244522.36812.6118
Yxy22.36810.61700.3429
Hunter Lab47.294969.124229.8322
CIE-Lab54.415471.941663.7261

#f9310e color RGB value is (249,49,14).

#f9310e hex color red value is 249, green value is 49 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f9310e hue: 0.02 , saturation: 0.95 and the lightness value of f9310e is 0.52.

The process color (four color CMYK) of #f9310e color hex is 0.00, 0.80, 0.94, 0.02. Web safe color of #f9310e is #ff3300. Color #f9310e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110001 00001110
Octal 371 61 16
Decimal 249 49 14
Hex F9 31 E

RGB Percentages of Color #f9310e

%79.81
%15.71
%4.49

CMYK Percentages of Color #f9310e

%0
%80
%94
%2

Triadic Colors of #f9310e

#f9310e #0ef931 #310ef9

Analogous Colors of #f9310e

#f9310e #f9a70e #f90e61

Monochromatic Colors of #f9310e

#f9310e

Complementary Color

#f9310e #0ed6f9

#f9310e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9310e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9310e Color CSS Codes

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

#f9310e Text Font Color

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

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


#f9310e Background Color

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

This div background color is #f9310e


#f9310e Border Color

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

This div border color is #f9310e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9310e


Comments

No comments written yet.

Please login to write comment.