COLOR #F5E198

HEX: #F5E198
RGB: (245,225,152)

Color info

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

RGB color model

#F5E198 color RGB value is (245,225,152).

  • red value is 245;
  • green value is 225;
  • blue value is 152.
RGB:
(245,225,152)
(96%,88%,60%)

RGB channels and saturation

R 245 of 255 = 96%
G 225 of 255 = 88%
B 152 of 255 = 60%

245
225
152

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

Portions of RGB colors in percentages

R + G + B =
245 + 225 + 152 = 622 (100%)
R 245 of 622 ~ 39.39%
G 225 of 622 ~ 36.17%
B 152 of 622 ~ 24.44%

%39.39
%36.17
%24.44

CMYK color model

#F5E198 color CMYK value is (0,8,38,4).

  • cyan value is 0.00%
  • magenta value is 8.16%
  • yellow value is 37.96%
  • key color value is 3.92%
CMYK:
(0,8,38,4)
C0M8Y38K4 
(0%,8%,38%,4%)
(0.00/0.08/0.38/0.04)	

CMYK percentages

%0
%8.16
%37.96
%3.92

Codes

Color #F5E198 in popluar color models

F5E198
RGB245225152
HSL47°82.30%77.84%
HSB/HSV47°37.96%96.08%
CMYK0.00%8.16%37.96%
3.92%

Color #F5E198 in popluar number systems.

HEXF5E198
Decimal245225152
Binary111101011110000110011000
Octal365341230

Shades and tints

Shades of #F5E198

#F5E198
(245,225,152)
#DFCD8B
(223,205,139)
#C9B97E
(201,185,126)
#B3A571
(179,165,113)
#9D9164
(157,145,100)
#877D57
(135,125,87)
#71694A
(113,105,74)
#5B553D
(91,85,61)
#454130
(69,65,48)
#2F2D23
(47,45,35)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #F5E198

#F5E198
(245,225,152)
#F5E3A1
(245,227,161)
#F5E5AA
(245,229,170)
#F5E7B3
(245,231,179)
#F5E9BC
(245,233,188)
#F5EBC5
(245,235,197)
#F5EDCE
(245,237,206)
#F5EFD7
(245,239,215)
#F5F1E0
(245,241,224)
#F5F3E9
(245,243,233)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E198 color. Also use rgb(245,225,152) instead hex code.

Text Font Color

.myTextColor { color: #F5E198; }

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

This text font color is #F5E198.


Background Color

.myBgColor { background-color: #F5E198; }

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

This div background color is #F5E198.


Border color

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

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

This div border color is #F5E198.


Opacity

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

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

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

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

This text has shadow with #F5E198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E198 on black background.


Color preview on white background

This text has color #F5E198 on white background.



Black color preview on #F5E198 background

This text has black color on #F5E198 background.


White color preview on #F5E198 background

This text has white color on #F5E198 background.