Color Hex Logo

#f04908 Color Hex

#F04908
(240,73,8)
0 Favorites   0 Comments

Color spaces of #f04908

RGB 240738
HSL0.050.940.49
HSV17°97°94°
CMYK 0.000.700.97   0.06
XYZ38.361623.30792.7067
Yxy23.30790.59590.3621
Hunter Lab48.278357.348030.4707
CIE-Lab55.388161.799864.7129

#f04908 color RGB value is (240,73,8).

#f04908 hex color red value is 240, green value is 73 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #f04908 hue: 0.05 , saturation: 0.94 and the lightness value of f04908 is 0.49.

The process color (four color CMYK) of #f04908 color hex is 0.00, 0.70, 0.97, 0.06. Web safe color of #f04908 is #ff3300. Color #f04908 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001001 00001000
Octal 360 111 10
Decimal 240 73 8
Hex F0 49 8

RGB Percentages of Color #f04908

%74.77
%22.74
%2.49

CMYK Percentages of Color #f04908

%0
%70
%97
%6

Triadic Colors of #f04908

#f04908 #08f049 #4908f0

Analogous Colors of #f04908

#f04908 #f0bd08 #f0083b

Monochromatic Colors of #f04908

#f04908

Complementary Color

#f04908 #08aff0

#f04908 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04908 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04908 Color CSS Codes

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

#f04908 Text Font Color

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

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


#f04908 Background Color

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

This div background color is #f04908


#f04908 Border Color

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

This div border color is #f04908


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04908


Comments

No comments written yet.

Please login to write comment.