COLOR #F7E196

HEX: #F7E196 RGB: (247,225,150)

Color info

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

RGB color model

#F7E196 color RGB value is (247,225,150).

RGB: (247,225,150) (97%, 88%, 59%)

RGB channels and saturation

R 247 of 255 = 97%
G 225 of 255 = 88%
B 150 of 255 = 59%

247
225
150

R + G + B ~ 81%. #F7E196 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 225 + 150 = 622 (100%)
R 247 of 622 ~ 39.71%
G 225 of 622 ~ 36.17%
B 150 of 622 ~ 24.12'%

%39.71
%36.17
%24.12

CMYK color model

#F7E196 color CMYK value is (0,9,39,3).

  • cyan value is 0.00%
  • magenta value is 8.91%
  • yellow value is 39.27%
  • key color value is 3.14%

CMYK: (0,9,39,3)
C0M9Y39K3 (0%, 9%, 39%, 3%)
(0.00 / 0.09 / 0.39 / 0.03)

CMYK percentages

%0
%8.91
%39.27
%3.14

Codes

Color #F7E196 in popluar color models

F7 E1 96
RGB 247 225 150
HSL 46° 85.84% 77.84%
HSB/HSV 46° 39.27% 96.86%
CMYK 0.00% 8.91% 39.27%
3.14%

Color #F7E196 in popluar number systems.

HEX F7 E1 96
Decimal 247 225 150
Binary 11110111 11100001 10010110
Octal 367 341 226

Shades and tints

Shades of #F7E196

#F7E196
(247,225,150)
#E1CD89
(225,205,137)
#CBB97C
(203,185,124)
#B5A56F
(181,165,111)
#9F9162
(159,145,98)
#897D55
(137,125,85)
#736948
(115,105,72)
#5D553B
(93,85,59)
#47412E
(71,65,46)
#312D21
(49,45,33)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #F7E196

#F7E196
(247,225,150)
#F7E39F
(247,227,159)
#F7E5A8
(247,229,168)
#F7E7B1
(247,231,177)
#F7E9BA
(247,233,186)
#F7EBC3
(247,235,195)
#F7EDCC
(247,237,204)
#F7EFD5
(247,239,213)
#F7F1DE
(247,241,222)
#F7F3E7
(247,243,231)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E196 color. Also use rgb(247,225,150) instead hex code.

Text Font Color

.myTextColor { color: #F7E196; }

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

This text font color is #F7E196.

Background Color

.myBgColor { background-color: #F7E196; }

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

This div background color is #F7E196.

Border color

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

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

This div border color is #F7E196.

Opacity

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

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

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

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

This text has shadow with #F7E196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7E196.

Preview

Color preview on black background

This text has color #F7E196 on black background.


Color preview on white background

This text has color #F7E196 on white background.


Black color preview on #F7E196 background

This text has black color on #F7E196 background.


White color preview on #F7E196 background

This text has white color on #F7E196 background.


Related colors

Complementary color

Complementary color for #hex is #081E69.


I love getcolorcode.com

Triadic colors

1 #96F7E1 and #E196F7 with #F7E196 are triadic colors.

2 #96E1F7 and #E1F796 with #F7E196 are triadic colors.