COLOR #F49172

HEX: #F49172 RGB: (244,145,114)

Color info

#F49172 contains mainly red color. Web safe color of #F49172 is #FF9966 (or #F96).

RGB color model

#F49172 color RGB value is (244,145,114).

RGB: (244,145,114) (96%, 57%, 45%)

RGB channels and saturation

R 244 of 255 = 96%
G 145 of 255 = 57%
B 114 of 255 = 45%

244
145
114

R + G + B ~ 66%. #F49172 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 145 + 114 = 503 (100%)
R 244 of 503 ~ 48.51%
G 145 of 503 ~ 28.83%
B 114 of 503 ~ 22.66'%

%48.51
%28.83
%22.66

CMYK color model

#F49172 color CMYK value is (0,41,53,4).

  • cyan value is 0.00%
  • magenta value is 40.57%
  • yellow value is 53.28%
  • key color value is 4.31%

CMYK: (0,41,53,4)
C0M41Y53K4 (0%, 41%, 53%, 4%)
(0.00 / 0.41 / 0.53 / 0.04)

CMYK percentages

%0
%40.57
%53.28
%4.31

Codes

Color #F49172 in popluar color models

F4 91 72
RGB 244 145 114
HSL 14° 85.53% 70.20%
HSB/HSV 14° 53.28% 95.69%
CMYK 0.00% 40.57% 53.28%
4.31%

Color #F49172 in popluar number systems.

HEX F4 91 72
Decimal 244 145 114
Binary 11110100 10010001 1110010
Octal 364 221 162

Shades and tints

Shades of #F49172

#F49172
(244,145,114)
#DE8468
(222,132,104)
#C8775E
(200,119,94)
#B26A54
(178,106,84)
#9C5D4A
(156,93,74)
#865040
(134,80,64)
#704336
(112,67,54)
#5A362C
(90,54,44)
#442922
(68,41,34)
#2E1C18
(46,28,24)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #F49172

#F49172
(244,145,114)
#F59B7E
(245,155,126)
#F6A58A
(246,165,138)
#F7AF96
(247,175,150)
#F8B9A2
(248,185,162)
#F9C3AE
(249,195,174)
#FACDBA
(250,205,186)
#FBD7C6
(251,215,198)
#FCE1D2
(252,225,210)
#FDEBDE
(253,235,222)
#FEF5EA
(254,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49172 color. Also use rgb(244,145,114) instead hex code.

Text Font Color

.myTextColor { color: #F49172; }

<p style="color:#F49172">This sample text font color is #F49172.</p>

This text font color is #F49172.

Background Color

.myBgColor { background-color: #F49172; }

<div style="background-color:#F49172">Inner text</div>

This div background color is #F49172.

Border color

.myBorderColor { border: 1px solid #F49172; }

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

This div border color is #F49172.

Opacity

.myOpacity80 { color: #F49172; opacity: 0.8; }

<p style="color:#F49172;opacity:0.8;">80%</p>

Text with #F49172 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F49172;}

<p style="text-shadow: 3px 3px 1px #F49172">Text here.</p>

This text has shadow with #F49172 color.


.textShadow {text-shadow: 3px 3px 1px #F49172', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F49172, 5px 5px 20px red">Text here.</p>

This text has shadow with #F49172 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F49172, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F49172, Direction=45, Strength=4)">Text</p>

This text has shadow with #F49172 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F49172;
-webkit-box-shadow: 1px 1px 3px 2px #F49172;
box-shadow: 1px 1px 3px 2px #F49172;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F49172; -webkit-box-shadow: 1px 1px 3px 2px #F49172; box-shadow:1px 1px 3px 2px #F49172;">
Div content here
</div>

This div box has shadow with color #F49172.

Preview

Color preview on black background

This text has color #F49172 on black background.


Color preview on white background

This text has color #F49172 on white background.


Black color preview on #F49172 background

This text has black color on #F49172 background.


White color preview on #F49172 background

This text has white color on #F49172 background.


Related colors

Complementary color

Complementary color for #hex is #0B6E8D.


I love getcolorcode.com

Triadic colors

1 #72F491 and #9172F4 with #F49172 are triadic colors.

2 #7291F4 and #91F472 with #F49172 are triadic colors.