Color Hex Logo

#f49673 Color Hex

#F49673
(244,150,115)
0 Favorites   0 Comments

Color spaces of #f49673

RGB 244150115
HSL0.050.850.70
HSV16°53°96°
CMYK 0.000.390.53   0.04
XYZ51.309142.283621.6769
Yxy42.28360.44510.3668
Hunter Lab65.025827.051525.7533
CIE-Lab71.066031.835133.3319

#f49673 color RGB value is (244,150,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010110 01110011
Octal 364 226 163
Decimal 244 150 115
Hex F4 96 73

RGB Percentages of Color #f49673

%47.94
%29.47
%22.59

CMYK Percentages of Color #f49673

%0
%39
%53
%4

Triadic Colors of #f49673

#f49673 #73f496 #9673f4

Analogous Colors of #f49673

#f49673 #f4d773 #f47391

Monochromatic Colors of #f49673

#f49673

Complementary Color

#f49673 #73d1f4

#f49673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49673 Color CSS Codes

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

#f49673 Text Font Color

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

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


#f49673 Background Color

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

This div background color is #f49673


#f49673 Border Color

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

This div border color is #f49673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49673


Comments

No comments written yet.

Please login to write comment.