COLOR #F7E1A1

HEX: #F7E1A1
RGB: (247,225,161)

Color info

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

RGB color model

#F7E1A1 color RGB value is (247,225,161).

  • red value is 247;
  • green value is 225;
  • blue value is 161.
RGB:
(247,225,161)
(97%,88%,63%)

RGB channels and saturation

R 247 of 255 = 97%
G 225 of 255 = 88%
B 161 of 255 = 63%

247
225
161

R + G + B ~ 83%. #F7E1A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 225 + 161 = 633 (100%)
R 247 of 633 ~ 39.02%
G 225 of 633 ~ 35.55%
B 161 of 633 ~ 25.43%

%39.02
%35.55
%25.43

CMYK color model

#F7E1A1 color CMYK value is (0,9,35,3).

  • cyan value is 0.00%
  • magenta value is 8.91%
  • yellow value is 34.82%
  • key color value is 3.14%
CMYK:
(0,9,35,3)
C0M9Y35K3 
(0%,9%,35%,3%)
(0.00/0.09/0.35/0.03)	

CMYK percentages

%0
%8.91
%34.82
%3.14

Codes

Color #F7E1A1 in popluar color models

F7E1A1
RGB247225161
HSL45°84.31%80.00%
HSB/HSV45°34.82%96.86%
CMYK0.00%8.91%34.82%
3.14%

Color #F7E1A1 in popluar number systems.

HEXF7E1A1
Decimal247225161
Binary111101111110000110100001
Octal367341241

Shades and tints

Shades of #F7E1A1

#F7E1A1
(247,225,161)
#E1CD93
(225,205,147)
#CBB985
(203,185,133)
#B5A577
(181,165,119)
#9F9169
(159,145,105)
#897D5B
(137,125,91)
#73694D
(115,105,77)
#5D553F
(93,85,63)
#474131
(71,65,49)
#312D23
(49,45,35)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #F7E1A1

#F7E1A1
(247,225,161)
#F7E3A9
(247,227,169)
#F7E5B1
(247,229,177)
#F7E7B9
(247,231,185)
#F7E9C1
(247,233,193)
#F7EBC9
(247,235,201)
#F7EDD1
(247,237,209)
#F7EFD9
(247,239,217)
#F7F1E1
(247,241,225)
#F7F3E9
(247,243,233)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7E1A1; }

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

This text font color is #F7E1A1.


Background Color

.myBgColor { background-color: #F7E1A1; }

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

This div background color is #F7E1A1.


Border color

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

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

This div border color is #F7E1A1.


Opacity

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

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

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

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

This text has shadow with #F7E1A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E1A1 on black background.


Color preview on white background

This text has color #F7E1A1 on white background.



Black color preview on #F7E1A1 background

This text has black color on #F7E1A1 background.


White color preview on #F7E1A1 background

This text has white color on #F7E1A1 background.