Color Hex Logo

#f24002 Color Hex

#F24002
(242,64,2)
0 Favorites   0 Comments

Color spaces of #f24002

RGB 242642
HSL0.040.980.48
HSV16°99°95°
CMYK 0.000.740.99   0.05
XYZ38.462322.54842.3825
Yxy22.54840.60670.3557
Hunter Lab47.485261.483430.2648
CIE-Lab54.604165.502165.7914

#f24002 color RGB value is (242,64,2).

#f24002 hex color red value is 242, green value is 64 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #f24002 hue: 0.04 , saturation: 0.98 and the lightness value of f24002 is 0.48.

The process color (four color CMYK) of #f24002 color hex is 0.00, 0.74, 0.99, 0.05. Web safe color of #f24002 is #ff3300. Color #f24002 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000000 00000010
Octal 362 100 2
Decimal 242 64 2
Hex F2 40 2

RGB Percentages of Color #f24002

%78.57
%20.78
%0.65

CMYK Percentages of Color #f24002

%0
%74
%99
%5

Triadic Colors of #f24002

#f24002 #02f240 #4002f2

Analogous Colors of #f24002

#f24002 #f2b802 #f2023c

Monochromatic Colors of #f24002

#f24002

Complementary Color

#f24002 #02b4f2

#f24002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24002 Color CSS Codes

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

#f24002 Text Font Color

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

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


#f24002 Background Color

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

This div background color is #f24002


#f24002 Border Color

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

This div border color is #f24002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24002


Comments

No comments written yet.

Please login to write comment.