Color Hex Logo

#f49666 Color Hex

#F49666
(244,150,102)
0 Favorites   0 Comments

Color spaces of #f49666

RGB 244150102
HSL0.060.870.68
HSV20°58°96°
CMYK 0.000.390.58   0.04
XYZ50.612842.005118.0106
Yxy42.00510.45750.3797
Hunter Lab64.811325.975328.8917
CIE-Lab70.874430.810839.9961

#f49666 color RGB value is (244,150,102).

#f49666 hex color red value is 244, green value is 150 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #f49666 hue: 0.06 , saturation: 0.87 and the lightness value of f49666 is 0.68.

The process color (four color CMYK) of #f49666 color hex is 0.00, 0.39, 0.58, 0.04. Web safe color of #f49666 is #ff9966. Color #f49666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010110 01100110
Octal 364 226 146
Decimal 244 150 102
Hex F4 96 66

RGB Percentages of Color #f49666

%49.19
%30.24
%20.56

CMYK Percentages of Color #f49666

%0
%39
%58
%4

Triadic Colors of #f49666

#f49666 #66f496 #9666f4

Analogous Colors of #f49666

#f49666 #f4dd66 #f4667d

Monochromatic Colors of #f49666

#f49666

Complementary Color

#f49666 #66c4f4

#f49666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49666 Color CSS Codes

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

#f49666 Text Font Color

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

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


#f49666 Background Color

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

This div background color is #f49666


#f49666 Border Color

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

This div border color is #f49666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49666


Comments

No comments written yet.

Please login to write comment.