Color Hex Logo

#f49d6c Color Hex

#F49D6C
(244,157,108)
0 Favorites   0 Comments

Color spaces of #f49d6c

RGB 244157108
HSL0.060.860.69
HSV22°56°96°
CMYK 0.000.360.56   0.04
XYZ52.072044.429720.0187
Yxy44.42970.44690.3813
Hunter Lab66.655622.798628.8523
CIE-Lab72.514827.598238.8869

#f49d6c color RGB value is (244,157,108).

#f49d6c hex color red value is 244, green value is 157 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #f49d6c hue: 0.06 , saturation: 0.86 and the lightness value of f49d6c is 0.69.

The process color (four color CMYK) of #f49d6c color hex is 0.00, 0.36, 0.56, 0.04. Web safe color of #f49d6c is #ff9966. Color #f49d6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011101 01101100
Octal 364 235 154
Decimal 244 157 108
Hex F4 9D 6C

RGB Percentages of Color #f49d6c

%47.94
%30.84
%21.22

CMYK Percentages of Color #f49d6c

%0
%36
%56
%4

Triadic Colors of #f49d6c

#f49d6c #6cf49d #9d6cf4

Analogous Colors of #f49d6c

#f49d6c #f4e16c #f46c7f

Monochromatic Colors of #f49d6c

#f49d6c

Complementary Color

#f49d6c #6cc3f4

#f49d6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49d6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49d6c Color CSS Codes

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

#f49d6c Text Font Color

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

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


#f49d6c Background Color

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

This div background color is #f49d6c


#f49d6c Border Color

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

This div border color is #f49d6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49d6c


Comments

No comments written yet.

Please login to write comment.