COLOR #F8E192

HEX: #F8E192
RGB: (248,225,146)

Color info

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

RGB color model

#F8E192 color RGB value is (248,225,146).

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

RGB channels and saturation

R 248 of 255 = 97%
G 225 of 255 = 88%
B 146 of 255 = 57%

248
225
146

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

Portions of RGB colors in percentages

R + G + B =
248 + 225 + 146 = 619 (100%)
R 248 of 619 ~ 40.06%
G 225 of 619 ~ 36.35%
B 146 of 619 ~ 23.59%

%40.06
%36.35
%23.59

CMYK color model

#F8E192 color CMYK value is (0,9,41,3).

  • cyan value is 0.00%
  • magenta value is 9.27%
  • yellow value is 41.13%
  • key color value is 2.75%
CMYK:
(0,9,41,3)
C0M9Y41K3 
(0%,9%,41%,3%)
(0.00/0.09/0.41/0.03)	

CMYK percentages

%0
%9.27
%41.13
%2.75

Codes

Color #F8E192 in popluar color models

F8E192
RGB248225146
HSL46°87.93%77.25%
HSB/HSV46°41.13%97.25%
CMYK0.00%9.27%41.13%
2.75%

Color #F8E192 in popluar number systems.

HEXF8E192
Decimal248225146
Binary111110001110000110010010
Octal370341222

Shades and tints

Shades of #F8E192

#F8E192
(248,225,146)
#E2CD85
(226,205,133)
#CCB978
(204,185,120)
#B6A56B
(182,165,107)
#A0915E
(160,145,94)
#8A7D51
(138,125,81)
#746944
(116,105,68)
#5E5537
(94,85,55)
#48412A
(72,65,42)
#322D1D
(50,45,29)
#1C1910
(28,25,16)
#000000
(0,0,0)

Tints of #F8E192

#F8E192
(248,225,146)
#F8E39B
(248,227,155)
#F8E5A4
(248,229,164)
#F8E7AD
(248,231,173)
#F8E9B6
(248,233,182)
#F8EBBF
(248,235,191)
#F8EDC8
(248,237,200)
#F8EFD1
(248,239,209)
#F8F1DA
(248,241,218)
#F8F3E3
(248,243,227)
#F8F5EC
(248,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8E192; }

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

This text font color is #F8E192.


Background Color

.myBgColor { background-color: #F8E192; }

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

This div background color is #F8E192.


Border color

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

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

This div border color is #F8E192.


Opacity

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

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

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

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

This text has shadow with #F8E192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E192 on black background.


Color preview on white background

This text has color #F8E192 on white background.



Black color preview on #F8E192 background

This text has black color on #F8E192 background.


White color preview on #F8E192 background

This text has white color on #F8E192 background.