COLOR #F49973

HEX: #F49973
RGB: (244,153,115)

Color info

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

RGB color model

#F49973 color RGB value is (244,153,115).

  • red value is 244;
  • green value is 153;
  • blue value is 115.
RGB:
(244,153,115)
(96%,60%,45%)

RGB channels and saturation

R 244 of 255 = 96%
G 153 of 255 = 60%
B 115 of 255 = 45%

244
153
115

R + G + B ~ 67%. #F49973 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 153 + 115 = 512 (100%)
R 244 of 512 ~ 47.66%
G 153 of 512 ~ 29.88%
B 115 of 512 ~ 22.46%

%47.66
%29.88
%22.46

CMYK color model

#F49973 color CMYK value is (0,37,53,4).

  • cyan value is 0.00%
  • magenta value is 37.30%
  • yellow value is 52.87%
  • key color value is 4.31%
CMYK:
(0,37,53,4)
C0M37Y53K4 
(0%,37%,53%,4%)
(0.00/0.37/0.53/0.04)	

CMYK percentages

%0
%37.3
%52.87
%4.31

Codes

Color #F49973 in popluar color models

F49973
RGB244153115
HSL18°85.43%70.39%
HSB/HSV18°52.87%95.69%
CMYK0.00%37.30%52.87%
4.31%

Color #F49973 in popluar number systems.

HEXF49973
Decimal244153115
Binary11110100100110011110011
Octal364231163

Shades and tints

Shades of #F49973

#F49973
(244,153,115)
#DE8C69
(222,140,105)
#C87F5F
(200,127,95)
#B27255
(178,114,85)
#9C654B
(156,101,75)
#865841
(134,88,65)
#704B37
(112,75,55)
#5A3E2D
(90,62,45)
#443123
(68,49,35)
#2E2419
(46,36,25)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #F49973

#F49973
(244,153,115)
#F5A27F
(245,162,127)
#F6AB8B
(246,171,139)
#F7B497
(247,180,151)
#F8BDA3
(248,189,163)
#F9C6AF
(249,198,175)
#FACFBB
(250,207,187)
#FBD8C7
(251,216,199)
#FCE1D3
(252,225,211)
#FDEADF
(253,234,223)
#FEF3EB
(254,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49973 color. Also use rgb(244,153,115) instead hex code.

Text Font Color

.myTextColor { color: #F49973; }

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

This text font color is #F49973.


Background Color

.myBgColor { background-color: #F49973; }

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

This div background color is #F49973.


Border color

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

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

This div border color is #F49973.


Opacity

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

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

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

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

This text has shadow with #F49973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F49973 on black background.


Color preview on white background

This text has color #F49973 on white background.



Black color preview on #F49973 background

This text has black color on #F49973 background.


White color preview on #F49973 background

This text has white color on #F49973 background.