Color Hex Logo

#f94708 Color Hex

#F94708
(249,71,8)
0 Favorites   0 Comments

Color spaces of #f94708

RGB 249718
HSL0.040.950.50
HSV16°97°98°
CMYK 0.000.710.97   0.02
XYZ41.364024.66372.8102
Yxy24.66370.60090.3583
Hunter Lab49.662661.763431.4088
CIE-Lab56.746365.344466.3199

#f94708 color RGB value is (249,71,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000111 00001000
Octal 371 107 10
Decimal 249 71 8
Hex F9 47 8

RGB Percentages of Color #f94708

%75.91
%21.65
%2.44

CMYK Percentages of Color #f94708

%0
%71
%97
%2

Triadic Colors of #f94708

#f94708 #08f947 #4708f9

Analogous Colors of #f94708

#f94708 #f9c008 #f90841

Monochromatic Colors of #f94708

#f94708

Complementary Color

#f94708 #08baf9

#f94708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94708 Color CSS Codes

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

#f94708 Text Font Color

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

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


#f94708 Background Color

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

This div background color is #f94708


#f94708 Border Color

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

This div border color is #f94708


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,71,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 #f94708">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94708


Comments

No comments written yet.

Please login to write comment.