Color Hex Logo

#f44124 Color Hex

#F44124
(244,65,36)
0 Favorites   0 Comments

Color spaces of #f44124

RGB 2446536
HSL0.020.900.55
HSV85°96°
CMYK 0.000.730.85   0.04
XYZ39.517023.14114.0530
Yxy23.14110.59240.3469
Hunter Lab48.105262.448428.6783
CIE-Lab55.217466.208756.0103

#f44124 color RGB value is (244,65,36).

#f44124 hex color red value is 244, green value is 65 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #f44124 hue: 0.02 , saturation: 0.90 and the lightness value of f44124 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000001 00100100
Octal 364 101 44
Decimal 244 65 36
Hex F4 41 24

RGB Percentages of Color #f44124

%70.72
%18.84
%10.43

CMYK Percentages of Color #f44124

%0
%73
%85
%4

Triadic Colors of #f44124

#f44124 #24f441 #4124f4

Analogous Colors of #f44124

#f44124 #f4a924 #f4246f

Monochromatic Colors of #f44124

#f44124

Complementary Color

#f44124 #24d7f4

#f44124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f44124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f44124 Color CSS Codes

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

#f44124 Text Font Color

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

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


#f44124 Background Color

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

This div background color is #f44124


#f44124 Border Color

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

This div border color is #f44124


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,65,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 #f44124">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f44124


Comments

No comments written yet.

Please login to write comment.