Color Hex Logo

#f49472 Color Hex

#F49472
(244,148,114)
0 Favorites   0 Comments

Color spaces of #f49472

RGB 244148114
HSL0.040.860.70
HSV16°53°96°
CMYK 0.000.390.53   0.04
XYZ50.935441.627821.2700
Yxy41.62780.44750.3657
Hunter Lab64.519628.008625.6178
CIE-Lab70.613532.794533.2871

#f49472 color RGB value is (244,148,114).

#f49472 hex color red value is 244, green value is 148 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f49472 hue: 0.04 , saturation: 0.86 and the lightness value of f49472 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010100 01110010
Octal 364 224 162
Decimal 244 148 114
Hex F4 94 72

RGB Percentages of Color #f49472

%48.22
%29.25
%22.53

CMYK Percentages of Color #f49472

%0
%39
%53
%4

Triadic Colors of #f49472

#f49472 #72f494 #9472f4

Analogous Colors of #f49472

#f49472 #f4d572 #f47291

Monochromatic Colors of #f49472

#f49472

Complementary Color

#f49472 #72d2f4

#f49472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49472 Color CSS Codes

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

#f49472 Text Font Color

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

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


#f49472 Background Color

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

This div background color is #f49472


#f49472 Border Color

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

This div border color is #f49472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49472


Comments

No comments written yet.

Please login to write comment.