Color Hex Logo

#f24804 Color Hex

#F24804
(242,72,4)
0 Favorites   0 Comments

Color spaces of #f24804

RGB 242724
HSL0.050.970.48
HSV17°98°95°
CMYK 0.000.700.98   0.05
XYZ38.957223.52072.6015
Yxy23.52070.59860.3614
Hunter Lab48.498158.512330.7683
CIE-Lab55.604762.768765.8525

#f24804 color RGB value is (242,72,4).

#f24804 hex color red value is 242, green value is 72 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #f24804 hue: 0.05 , saturation: 0.97 and the lightness value of f24804 is 0.48.

The process color (four color CMYK) of #f24804 color hex is 0.00, 0.70, 0.98, 0.05. Web safe color of #f24804 is #ff3300. Color #f24804 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001000 00000100
Octal 362 110 4
Decimal 242 72 4
Hex F2 48 4

RGB Percentages of Color #f24804

%76.10
%22.64
%1.26

CMYK Percentages of Color #f24804

%0
%70
%98
%5

Triadic Colors of #f24804

#f24804 #04f248 #4804f2

Analogous Colors of #f24804

#f24804 #f2bf04 #f20437

Monochromatic Colors of #f24804

#f24804

Complementary Color

#f24804 #04aef2

#f24804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24804 Color CSS Codes

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

#f24804 Text Font Color

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

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


#f24804 Background Color

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

This div background color is #f24804


#f24804 Border Color

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

This div border color is #f24804


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,72,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f24804; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f24804;
  -webkit-box-shadow: 1px 1px 3px 2px #f24804;
  box-shadow:         1px 1px 3px 2px #f24804; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24804


Comments

No comments written yet.

Please login to write comment.