COLOR #F49376

HEX: #F49376
RGB: (244,147,118)

Color info

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

RGB color model

#F49376 color RGB value is (244,147,118).

  • red value is 244;
  • green value is 147;
  • blue value is 118.
RGB:
(244,147,118)
(96%,58%,46%)

RGB channels and saturation

R 244 of 255 = 96%
G 147 of 255 = 58%
B 118 of 255 = 46%

244
147
118

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

Portions of RGB colors in percentages

R + G + B =
244 + 147 + 118 = 509 (100%)
R 244 of 509 ~ 47.94%
G 147 of 509 ~ 28.88%
B 118 of 509 ~ 23.18%

%47.94
%28.88
%23.18

CMYK color model

#F49376 color CMYK value is (0,40,52,4).

  • cyan value is 0.00%
  • magenta value is 39.75%
  • yellow value is 51.64%
  • key color value is 4.31%
CMYK:
(0,40,52,4)
C0M40Y52K4 
(0%,40%,52%,4%)
(0.00/0.40/0.52/0.04)	

CMYK percentages

%0
%39.75
%51.64
%4.31

Codes

Color #F49376 in popluar color models

F49376
RGB244147118
HSL14°85.14%70.98%
HSB/HSV14°51.64%95.69%
CMYK0.00%39.75%51.64%
4.31%

Color #F49376 in popluar number systems.

HEXF49376
Decimal244147118
Binary11110100100100111110110
Octal364223166

Shades and tints

Shades of #F49376

#F49376
(244,147,118)
#DE866C
(222,134,108)
#C87962
(200,121,98)
#B26C58
(178,108,88)
#9C5F4E
(156,95,78)
#865244
(134,82,68)
#70453A
(112,69,58)
#5A3830
(90,56,48)
#442B26
(68,43,38)
#2E1E1C
(46,30,28)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #F49376

#F49376
(244,147,118)
#F59C82
(245,156,130)
#F6A58E
(246,165,142)
#F7AE9A
(247,174,154)
#F8B7A6
(248,183,166)
#F9C0B2
(249,192,178)
#FAC9BE
(250,201,190)
#FBD2CA
(251,210,202)
#FCDBD6
(252,219,214)
#FDE4E2
(253,228,226)
#FEEDEE
(254,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49376 color. Also use rgb(244,147,118) instead hex code.

Text Font Color

.myTextColor { color: #F49376; }

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

This text font color is #F49376.


Background Color

.myBgColor { background-color: #F49376; }

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

This div background color is #F49376.


Border color

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

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

This div border color is #F49376.


Opacity

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

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

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

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

This text has shadow with #F49376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F49376 on black background.


Color preview on white background

This text has color #F49376 on white background.



Black color preview on #F49376 background

This text has black color on #F49376 background.


White color preview on #F49376 background

This text has white color on #F49376 background.