COLOR #F49A7B

HEX: #F49A7B RGB: (244,154,123)

Color info

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

RGB color model

#F49A7B color RGB value is (244,154,123).

RGB: (244,154,123) (96%, 60%, 48%)

RGB channels and saturation

R 244 of 255 = 96%
G 154 of 255 = 60%
B 123 of 255 = 48%

244
154
123

R + G + B ~ 68%. #F49A7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 154 + 123 = 521 (100%)
R 244 of 521 ~ 46.83%
G 154 of 521 ~ 29.56%
B 123 of 521 ~ 23.61'%

%46.83
%29.56
%23.61

CMYK color model

#F49A7B color CMYK value is (0,37,50,4).

  • cyan value is 0.00%
  • magenta value is 36.89%
  • yellow value is 49.59%
  • key color value is 4.31%

CMYK: (0,37,50,4)
C0M37Y50K4 (0%, 37%, 50%, 4%)
(0.00 / 0.37 / 0.50 / 0.04)

CMYK percentages

%0
%36.89
%49.59
%4.31

Codes

Color #F49A7B in popluar color models

F4 9A 7B
RGB 244 154 123
HSL 15° 84.62% 71.96%
HSB/HSV 15° 49.59% 95.69%
CMYK 0.00% 36.89% 49.59%
4.31%

Color #F49A7B in popluar number systems.

HEX F4 9A 7B
Decimal 244 154 123
Binary 11110100 10011010 1111011
Octal 364 232 173

Shades and tints

Shades of #F49A7B

#F49A7B
(244,154,123)
#DE8C70
(222,140,112)
#C87E65
(200,126,101)
#B2705A
(178,112,90)
#9C624F
(156,98,79)
#865444
(134,84,68)
#704639
(112,70,57)
#5A382E
(90,56,46)
#442A23
(68,42,35)
#2E1C18
(46,28,24)
#180E0D
(24,14,13)
#000000
(0,0,0)

Tints of #F49A7B

#F49A7B
(244,154,123)
#F5A387
(245,163,135)
#F6AC93
(246,172,147)
#F7B59F
(247,181,159)
#F8BEAB
(248,190,171)
#F9C7B7
(249,199,183)
#FAD0C3
(250,208,195)
#FBD9CF
(251,217,207)
#FCE2DB
(252,226,219)
#FDEBE7
(253,235,231)
#FEF4F3
(254,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49A7B color. Also use rgb(244,154,123) instead hex code.

Text Font Color

.myTextColor { color: #F49A7B; }

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

This text font color is #F49A7B.

Background Color

.myBgColor { background-color: #F49A7B; }

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

This div background color is #F49A7B.

Border color

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

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

This div border color is #F49A7B.

Opacity

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

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

Text with #F49A7B 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 #F49A7B;}

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

This text has shadow with #F49A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F49A7B.

Preview

Color preview on black background

This text has color #F49A7B on black background.


Color preview on white background

This text has color #F49A7B on white background.


Black color preview on #F49A7B background

This text has black color on #F49A7B background.


White color preview on #F49A7B background

This text has white color on #F49A7B background.


Related colors

Complementary color

Complementary color for #hex is #0B6584.


I love getcolorcode.com

Triadic colors

1 #7BF49A and #9A7BF4 with #F49A7B are triadic colors.

2 #7B9AF4 and #9AF47B with #F49A7B are triadic colors.