Color Hex Logo

#f4542a Color Hex

#F4542A
(244,84,42)
0 Favorites   0 Comments

Color spaces of #f4542a

RGB 2448442
HSL0.030.900.56
HSV12°83°96°
CMYK 0.000.660.83   0.04
XYZ40.896525.74095.0035
Yxy25.74090.57090.3593
Hunter Lab50.735555.096929.6677
CIE-Lab57.790359.411455.5881

#f4542a color RGB value is (244,84,42).

#f4542a hex color red value is 244, green value is 84 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #f4542a hue: 0.03 , saturation: 0.90 and the lightness value of f4542a is 0.56.

The process color (four color CMYK) of #f4542a color hex is 0.00, 0.66, 0.83, 0.04. Web safe color of #f4542a is #ff6633. Color #f4542a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010100 00101010
Octal 364 124 52
Decimal 244 84 42
Hex F4 54 2A

RGB Percentages of Color #f4542a

%65.95
%22.70
%11.35

CMYK Percentages of Color #f4542a

%0
%66
%83
%4

Triadic Colors of #f4542a

#f4542a #2af454 #542af4

Analogous Colors of #f4542a

#f4542a #f4b92a #f42a65

Monochromatic Colors of #f4542a

#f4542a

Complementary Color

#f4542a #2acaf4

#f4542a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4542a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4542a Color CSS Codes

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

#f4542a Text Font Color

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

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


#f4542a Background Color

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

This div background color is #f4542a


#f4542a Border Color

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

This div border color is #f4542a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4542a


Comments

No comments written yet.

Please login to write comment.