Color Hex Logo

#f4402d Color Hex

#F4402D
(244,64,45)
0 Favorites   0 Comments

Color spaces of #f4402d

RGB 2446445
HSL0.020.900.57
HSV82°96°
CMYK 0.000.740.82   0.04
XYZ39.615323.08934.8514
Yxy23.08930.58640.3418
Hunter Lab48.051363.072227.6498
CIE-Lab55.164266.747151.7937

#f4402d color RGB value is (244,64,45).

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

The process color (four color CMYK) of #f4402d color hex is 0.00, 0.74, 0.82, 0.04. Web safe color of #f4402d is #ff3333. Color #f4402d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000000 00101101
Octal 364 100 55
Decimal 244 64 45
Hex F4 40 2D

RGB Percentages of Color #f4402d

%69.12
%18.13
%12.75

CMYK Percentages of Color #f4402d

%0
%74
%82
%4

Triadic Colors of #f4402d

#f4402d #2df440 #402df4

Analogous Colors of #f4402d

#f4402d #f4a42d #f42d7e

Monochromatic Colors of #f4402d

#f4402d

Complementary Color

#f4402d #2de1f4

#f4402d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4402d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4402d Color CSS Codes

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

#f4402d Text Font Color

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

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


#f4402d Background Color

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

This div background color is #f4402d


#f4402d Border Color

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

This div border color is #f4402d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4402d


Comments

No comments written yet.

Please login to write comment.