Color Hex Logo

#f94608 Color Hex

#F94608
(249,70,8)
0 Favorites   0 Comments

Color spaces of #f94608

RGB 249708
HSL0.040.950.50
HSV15°97°98°
CMYK 0.000.720.97   0.02
XYZ41.300924.53762.7892
Yxy24.53760.60180.3575
Hunter Lab49.535462.140031.3364
CIE-Lab56.622165.686966.2533

#f94608 color RGB value is (249,70,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000110 00001000
Octal 371 106 10
Decimal 249 70 8
Hex F9 46 8

RGB Percentages of Color #f94608

%76.15
%21.41
%2.45

CMYK Percentages of Color #f94608

%0
%72
%97
%2

Triadic Colors of #f94608

#f94608 #08f946 #4608f9

Analogous Colors of #f94608

#f94608 #f9bf08 #f90842

Monochromatic Colors of #f94608

#f94608

Complementary Color

#f94608 #08bbf9

#f94608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94608 Color CSS Codes

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

#f94608 Text Font Color

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

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


#f94608 Background Color

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

This div background color is #f94608


#f94608 Border Color

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

This div border color is #f94608


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94608


Comments

No comments written yet.

Please login to write comment.