Color Hex Logo

#f94007 Color Hex

#F94007
(249,64,7)
0 Favorites   0 Comments

Color spaces of #f94007

RGB 249647
HSL0.040.950.50
HSV14°97°98°
CMYK 0.000.740.97   0.02
XYZ40.938723.82192.6414
Yxy23.82190.60740.3534
Hunter Lab48.807764.308030.9567
CIE-Lab55.909067.650166.0843

#f94007 color RGB value is (249,64,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000000 00000111
Octal 371 100 7
Decimal 249 64 7
Hex F9 40 7

RGB Percentages of Color #f94007

%77.81
%20.00
%2.19

CMYK Percentages of Color #f94007

%0
%74
%97
%2

Triadic Colors of #f94007

#f94007 #07f940 #4007f9

Analogous Colors of #f94007

#f94007 #f9b907 #f90747

Monochromatic Colors of #f94007

#f94007

Complementary Color

#f94007 #07c0f9

#f94007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94007 Color CSS Codes

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

#f94007 Text Font Color

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

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


#f94007 Background Color

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

This div background color is #f94007


#f94007 Border Color

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

This div border color is #f94007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94007


Comments

No comments written yet.

Please login to write comment.