COLOR #F8E195

HEX: #F8E195
RGB: (248,225,149)

Color info

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

RGB color model

#F8E195 color RGB value is (248,225,149).

  • red value is 248;
  • green value is 225;
  • blue value is 149.
RGB:
(248,225,149)
(97%,88%,58%)

RGB channels and saturation

R 248 of 255 = 97%
G 225 of 255 = 88%
B 149 of 255 = 58%

248
225
149

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

Portions of RGB colors in percentages

R + G + B =
248 + 225 + 149 = 622 (100%)
R 248 of 622 ~ 39.87%
G 225 of 622 ~ 36.17%
B 149 of 622 ~ 23.95%

%39.87
%36.17
%23.95

CMYK color model

#F8E195 color CMYK value is (0,9,40,3).

  • cyan value is 0.00%
  • magenta value is 9.27%
  • yellow value is 39.92%
  • key color value is 2.75%
CMYK:
(0,9,40,3)
C0M9Y40K3 
(0%,9%,40%,3%)
(0.00/0.09/0.40/0.03)	

CMYK percentages

%0
%9.27
%39.92
%2.75

Codes

Color #F8E195 in popluar color models

F8E195
RGB248225149
HSL46°87.61%77.84%
HSB/HSV46°39.92%97.25%
CMYK0.00%9.27%39.92%
2.75%

Color #F8E195 in popluar number systems.

HEXF8E195
Decimal248225149
Binary111110001110000110010101
Octal370341225

Shades and tints

Shades of #F8E195

#F8E195
(248,225,149)
#E2CD88
(226,205,136)
#CCB97B
(204,185,123)
#B6A56E
(182,165,110)
#A09161
(160,145,97)
#8A7D54
(138,125,84)
#746947
(116,105,71)
#5E553A
(94,85,58)
#48412D
(72,65,45)
#322D20
(50,45,32)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #F8E195

#F8E195
(248,225,149)
#F8E39E
(248,227,158)
#F8E5A7
(248,229,167)
#F8E7B0
(248,231,176)
#F8E9B9
(248,233,185)
#F8EBC2
(248,235,194)
#F8EDCB
(248,237,203)
#F8EFD4
(248,239,212)
#F8F1DD
(248,241,221)
#F8F3E6
(248,243,230)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E195 color. Also use rgb(248,225,149) instead hex code.

Text Font Color

.myTextColor { color: #F8E195; }

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

This text font color is #F8E195.


Background Color

.myBgColor { background-color: #F8E195; }

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

This div background color is #F8E195.


Border color

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

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

This div border color is #F8E195.


Opacity

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

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

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

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

This text has shadow with #F8E195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E195 on black background.


Color preview on white background

This text has color #F8E195 on white background.



Black color preview on #F8E195 background

This text has black color on #F8E195 background.


White color preview on #F8E195 background

This text has white color on #F8E195 background.