Color Hex Logo

#f49679 Color Hex

#F49679
(244,150,121)
0 Favorites   0 Comments

Color spaces of #f49679

RGB 244150121
HSL0.040.850.72
HSV14°50°96°
CMYK 0.000.390.50   0.04
XYZ51.665842.426323.5552
Yxy42.42630.43920.3606
Hunter Lab65.135527.600124.1536
CIE-Lab71.163832.354630.2205

#f49679 color RGB value is (244,150,121).

#f49679 hex color red value is 244, green value is 150 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #f49679 hue: 0.04 , saturation: 0.85 and the lightness value of f49679 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010110 01111001
Octal 364 226 171
Decimal 244 150 121
Hex F4 96 79

RGB Percentages of Color #f49679

%47.38
%29.13
%23.50

CMYK Percentages of Color #f49679

%0
%39
%50
%4

Triadic Colors of #f49679

#f49679 #79f496 #9679f4

Analogous Colors of #f49679

#f49679 #f4d479 #f4799a

Monochromatic Colors of #f49679

#f49679

Complementary Color

#f49679 #79d7f4

#f49679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49679 Color CSS Codes

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

#f49679 Text Font Color

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

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


#f49679 Background Color

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

This div background color is #f49679


#f49679 Border Color

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

This div border color is #f49679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49679

Related Colors


Comments

No comments written yet.

Please login to write comment.