COLOR #F7E49C

HEX: #F7E49C
RGB: (247,228,156)

Color info

#F7E49C contains mainly red and green colors. Web safe color of #F7E49C is #FFCC99 (or #FC9).

RGB color model

#F7E49C color RGB value is (247,228,156).

  • red value is 247;
  • green value is 228;
  • blue value is 156.
RGB:
(247,228,156)
(97%,89%,61%)

RGB channels and saturation

R 247 of 255 = 97%
G 228 of 255 = 89%
B 156 of 255 = 61%

247
228
156

R + G + B ~ 82%. #F7E49C is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 228 + 156 = 631 (100%)
R 247 of 631 ~ 39.14%
G 228 of 631 ~ 36.13%
B 156 of 631 ~ 24.72%

%39.14
%36.13
%24.72

CMYK color model

#F7E49C color CMYK value is (0,8,37,3).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 36.84%
  • key color value is 3.14%
CMYK:
(0,8,37,3)
C0M8Y37K3 
(0%,8%,37%,3%)
(0.00/0.08/0.37/0.03)	

CMYK percentages

%0
%7.69
%36.84
%3.14

Codes

Color #F7E49C in popluar color models

F7E49C
RGB247228156
HSL47°85.05%79.02%
HSB/HSV47°36.84%96.86%
CMYK0.00%7.69%36.84%
3.14%

Color #F7E49C in popluar number systems.

HEXF7E49C
Decimal247228156
Binary111101111110010010011100
Octal367344234

Shades and tints

Shades of #F7E49C

#F7E49C
(247,228,156)
#E1D08E
(225,208,142)
#CBBC80
(203,188,128)
#B5A872
(181,168,114)
#9F9464
(159,148,100)
#898056
(137,128,86)
#736C48
(115,108,72)
#5D583A
(93,88,58)
#47442C
(71,68,44)
#31301E
(49,48,30)
#1B1C10
(27,28,16)
#000000
(0,0,0)

Tints of #F7E49C

#F7E49C
(247,228,156)
#F7E6A5
(247,230,165)
#F7E8AE
(247,232,174)
#F7EAB7
(247,234,183)
#F7ECC0
(247,236,192)
#F7EEC9
(247,238,201)
#F7F0D2
(247,240,210)
#F7F2DB
(247,242,219)
#F7F4E4
(247,244,228)
#F7F6ED
(247,246,237)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E49C color. Also use rgb(247,228,156) instead hex code.

Text Font Color

.myTextColor { color: #F7E49C; }

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

This text font color is #F7E49C.


Background Color

.myBgColor { background-color: #F7E49C; }

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

This div background color is #F7E49C.


Border color

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

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

This div border color is #F7E49C.


Opacity

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

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

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

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

This text has shadow with #F7E49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E49C on black background.


Color preview on white background

This text has color #F7E49C on white background.



Black color preview on #F7E49C background

This text has black color on #F7E49C background.


White color preview on #F7E49C background

This text has white color on #F7E49C background.