Color Hex Logo

#f4440d Color Hex

#F4440D
(244,68,13)
0 Favorites   0 Comments

Color spaces of #f4440d

RGB 2446813
HSL0.040.910.50
HSV14°95°96°
CMYK 0.000.720.95   0.04
XYZ39.448023.39642.8176
Yxy23.39640.60080.3563
Hunter Lab48.369860.928430.4052
CIE-Lab55.478364.866664.0819

#f4440d color RGB value is (244,68,13).

#f4440d hex color red value is 244, green value is 68 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #f4440d hue: 0.04 , saturation: 0.91 and the lightness value of f4440d is 0.50.

The process color (four color CMYK) of #f4440d color hex is 0.00, 0.72, 0.95, 0.04. Web safe color of #f4440d is #ff3300. Color #f4440d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000100 00001101
Octal 364 104 15
Decimal 244 68 13
Hex F4 44 D

RGB Percentages of Color #f4440d

%75.08
%20.92
%4.00

CMYK Percentages of Color #f4440d

%0
%72
%95
%4

Triadic Colors of #f4440d

#f4440d #0df444 #440df4

Analogous Colors of #f4440d

#f4440d #f4b80d #f40d49

Monochromatic Colors of #f4440d

#f4440d

Complementary Color

#f4440d #0dbdf4

#f4440d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4440d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4440d Color CSS Codes

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

#f4440d Text Font Color

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

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


#f4440d Background Color

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

This div background color is #f4440d


#f4440d Border Color

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

This div border color is #f4440d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4440d


Comments

No comments written yet.

Please login to write comment.