Color Hex Logo

#f94008 Color Hex

#F94008
(249,64,8)
0 Favorites   0 Comments

Color spaces of #f94008

RGB 249648
HSL0.040.950.50
HSV14°97°98°
CMYK 0.000.740.97   0.02
XYZ40.944123.82412.6702
Yxy23.82410.60710.3533
Hunter Lab48.809964.316930.9234
CIE-Lab55.911267.657165.8784

#f94008 color RGB value is (249,64,8).

#f94008 hex color red value is 249, green value is 64 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #f94008 hue: 0.04 , saturation: 0.95 and the lightness value of f94008 is 0.50.

The process color (four color CMYK) of #f94008 color hex is 0.00, 0.74, 0.97, 0.02. Web safe color of #f94008 is #ff3300. Color #f94008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000000 00001000
Octal 371 100 10
Decimal 249 64 8
Hex F9 40 8

RGB Percentages of Color #f94008

%77.57
%19.94
%2.49

CMYK Percentages of Color #f94008

%0
%74
%97
%2

Triadic Colors of #f94008

#f94008 #08f940 #4008f9

Analogous Colors of #f94008

#f94008 #f9b908 #f90848

Monochromatic Colors of #f94008

#f94008

Complementary Color

#f94008 #08c1f9

#f94008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94008 Color CSS Codes

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

#f94008 Text Font Color

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

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


#f94008 Background Color

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

This div background color is #f94008


#f94008 Border Color

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

This div border color is #f94008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94008


Comments

No comments written yet.

Please login to write comment.