Color Hex Logo

#f04224 Color Hex

#F04224
(240,66,36)
0 Favorites   0 Comments

Color spaces of #f04224

RGB 2406636
HSL0.020.870.54
HSV85°94°
CMYK 0.000.730.85   0.06
XYZ38.201822.54914.0080
Yxy22.54910.58990.3482
Hunter Lab47.485960.500728.2358
CIE-Lab54.604864.662155.2022

#f04224 color RGB value is (240,66,36).

#f04224 hex color red value is 240, green value is 66 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #f04224 hue: 0.02 , saturation: 0.87 and the lightness value of f04224 is 0.54.

The process color (four color CMYK) of #f04224 color hex is 0.00, 0.73, 0.85, 0.06. Web safe color of #f04224 is #ff3333. Color #f04224 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000010 00100100
Octal 360 102 44
Decimal 240 66 36
Hex F0 42 24

RGB Percentages of Color #f04224

%70.18
%19.30
%10.53

CMYK Percentages of Color #f04224

%0
%73
%85
%6

Triadic Colors of #f04224

#f04224 #24f042 #4224f0

Analogous Colors of #f04224

#f04224 #f0a824 #f0246c

Monochromatic Colors of #f04224

#f04224

Complementary Color

#f04224 #24d2f0

#f04224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04224 Color CSS Codes

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

#f04224 Text Font Color

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

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


#f04224 Background Color

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

This div background color is #f04224


#f04224 Border Color

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

This div border color is #f04224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04224


Comments

No comments written yet.

Please login to write comment.