Color Hex Logo

#f24f14 Color Hex

#F24F14
(242,79,20)
0 Favorites   0 Comments

Color spaces of #f24f14

RGB 2427920
HSL0.040.900.51
HSV16°92°95°
CMYK 0.000.670.92   0.05
XYZ39.540224.51973.3106
Yxy24.51970.58690.3640
Hunter Lab49.517455.878930.6982
CIE-Lab56.604460.303162.7569

#f24f14 color RGB value is (242,79,20).

#f24f14 hex color red value is 242, green value is 79 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #f24f14 hue: 0.04 , saturation: 0.90 and the lightness value of f24f14 is 0.51.

The process color (four color CMYK) of #f24f14 color hex is 0.00, 0.67, 0.92, 0.05. Web safe color of #f24f14 is #ff6600. Color #f24f14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001111 00010100
Octal 362 117 24
Decimal 242 79 20
Hex F2 4F 14

RGB Percentages of Color #f24f14

%70.97
%23.17
%5.87

CMYK Percentages of Color #f24f14

%0
%67
%92
%5

Triadic Colors of #f24f14

#f24f14 #14f24f #4f14f2

Analogous Colors of #f24f14

#f24f14 #f2be14 #f21448

Monochromatic Colors of #f24f14

#f24f14

Complementary Color

#f24f14 #14b7f2

#f24f14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24f14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24f14 Color CSS Codes

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

#f24f14 Text Font Color

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

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


#f24f14 Background Color

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

This div background color is #f24f14


#f24f14 Border Color

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

This div border color is #f24f14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24f14


Comments

No comments written yet.

Please login to write comment.