COLOR #F8E5A1

HEX: #F8E5A1
RGB: (248,229,161)

Color info

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

RGB color model

#F8E5A1 color RGB value is (248,229,161).

  • red value is 248;
  • green value is 229;
  • blue value is 161.
RGB:
(248,229,161)
(97%,90%,63%)

RGB channels and saturation

R 248 of 255 = 97%
G 229 of 255 = 90%
B 161 of 255 = 63%

248
229
161

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

Portions of RGB colors in percentages

R + G + B =
248 + 229 + 161 = 638 (100%)
R 248 of 638 ~ 38.87%
G 229 of 638 ~ 35.89%
B 161 of 638 ~ 25.24%

%38.87
%35.89
%25.24

CMYK color model

#F8E5A1 color CMYK value is (0,8,35,3).

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 35.08%
  • key color value is 2.75%
CMYK:
(0,8,35,3)
C0M8Y35K3 
(0%,8%,35%,3%)
(0.00/0.08/0.35/0.03)	

CMYK percentages

%0
%7.66
%35.08
%2.75

Codes

Color #F8E5A1 in popluar color models

F8E5A1
RGB248229161
HSL47°86.14%80.20%
HSB/HSV47°35.08%97.25%
CMYK0.00%7.66%35.08%
2.75%

Color #F8E5A1 in popluar number systems.

HEXF8E5A1
Decimal248229161
Binary111110001110010110100001
Octal370345241

Shades and tints

Shades of #F8E5A1

#F8E5A1
(248,229,161)
#E2D193
(226,209,147)
#CCBD85
(204,189,133)
#B6A977
(182,169,119)
#A09569
(160,149,105)
#8A815B
(138,129,91)
#746D4D
(116,109,77)
#5E593F
(94,89,63)
#484531
(72,69,49)
#323123
(50,49,35)
#1C1D15
(28,29,21)
#000000
(0,0,0)

Tints of #F8E5A1

#F8E5A1
(248,229,161)
#F8E7A9
(248,231,169)
#F8E9B1
(248,233,177)
#F8EBB9
(248,235,185)
#F8EDC1
(248,237,193)
#F8EFC9
(248,239,201)
#F8F1D1
(248,241,209)
#F8F3D9
(248,243,217)
#F8F5E1
(248,245,225)
#F8F7E9
(248,247,233)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E5A1 color. Also use rgb(248,229,161) instead hex code.

Text Font Color

.myTextColor { color: #F8E5A1; }

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

This text font color is #F8E5A1.


Background Color

.myBgColor { background-color: #F8E5A1; }

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

This div background color is #F8E5A1.


Border color

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

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

This div border color is #F8E5A1.


Opacity

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

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

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

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

This text has shadow with #F8E5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E5A1 on black background.


Color preview on white background

This text has color #F8E5A1 on white background.



Black color preview on #F8E5A1 background

This text has black color on #F8E5A1 background.


White color preview on #F8E5A1 background

This text has white color on #F8E5A1 background.