Color Hex Logo

#f04109 Color Hex

#F04109
(240,65,9)
0 Favorites   0 Comments

Color spaces of #f04109

RGB 240659
HSL0.040.930.49
HSV15°96°94°
CMYK 0.000.730.96   0.06
XYZ37.874822.32562.5715
Yxy22.32560.60340.3557
Hunter Lab47.250060.395229.8482
CIE-Lab54.370864.615163.9474

#f04109 color RGB value is (240,65,9).

#f04109 hex color red value is 240, green value is 65 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #f04109 hue: 0.04 , saturation: 0.93 and the lightness value of f04109 is 0.49.

The process color (four color CMYK) of #f04109 color hex is 0.00, 0.73, 0.96, 0.06. Web safe color of #f04109 is #ff3300. Color #f04109 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000001 00001001
Octal 360 101 11
Decimal 240 65 9
Hex F0 41 9

RGB Percentages of Color #f04109

%76.43
%20.70
%2.87

CMYK Percentages of Color #f04109

%0
%73
%96
%6

Triadic Colors of #f04109

#f04109 #09f041 #4109f0

Analogous Colors of #f04109

#f04109 #f0b509 #f00945

Monochromatic Colors of #f04109

#f04109

Complementary Color

#f04109 #09b8f0

#f04109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04109 Color CSS Codes

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

#f04109 Text Font Color

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

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


#f04109 Background Color

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

This div background color is #f04109


#f04109 Border Color

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

This div border color is #f04109


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,65,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04109


Comments

No comments written yet.

Please login to write comment.