COLOR #F5D98B

HEX: #F5D98B
RGB: (245,217,139)

Color info

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

RGB color model

#F5D98B color RGB value is (245,217,139).

  • red value is 245;
  • green value is 217;
  • blue value is 139.
RGB:
(245,217,139)
(96%,85%,55%)

RGB channels and saturation

R 245 of 255 = 96%
G 217 of 255 = 85%
B 139 of 255 = 55%

245
217
139

R + G + B ~ 79%. #F5D98B is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 217 + 139 = 601 (100%)
R 245 of 601 ~ 40.77%
G 217 of 601 ~ 36.11%
B 139 of 601 ~ 23.13%

%40.77
%36.11
%23.13

CMYK color model

#F5D98B color CMYK value is (0,11,43,4).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 43.27%
  • key color value is 3.92%
CMYK:
(0,11,43,4)
C0M11Y43K4 
(0%,11%,43%,4%)
(0.00/0.11/0.43/0.04)	

CMYK percentages

%0
%11.43
%43.27
%3.92

Codes

Color #F5D98B in popluar color models

F5D98B
RGB245217139
HSL44°84.13%75.29%
HSB/HSV44°43.27%96.08%
CMYK0.00%11.43%43.27%
3.92%

Color #F5D98B in popluar number systems.

HEXF5D98B
Decimal245217139
Binary111101011101100110001011
Octal365331213

Shades and tints

Shades of #F5D98B

#F5D98B
(245,217,139)
#DFC67F
(223,198,127)
#C9B373
(201,179,115)
#B3A067
(179,160,103)
#9D8D5B
(157,141,91)
#877A4F
(135,122,79)
#716743
(113,103,67)
#5B5437
(91,84,55)
#45412B
(69,65,43)
#2F2E1F
(47,46,31)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #F5D98B

#F5D98B
(245,217,139)
#F5DC95
(245,220,149)
#F5DF9F
(245,223,159)
#F5E2A9
(245,226,169)
#F5E5B3
(245,229,179)
#F5E8BD
(245,232,189)
#F5EBC7
(245,235,199)
#F5EED1
(245,238,209)
#F5F1DB
(245,241,219)
#F5F4E5
(245,244,229)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D98B color. Also use rgb(245,217,139) instead hex code.

Text Font Color

.myTextColor { color: #F5D98B; }

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

This text font color is #F5D98B.


Background Color

.myBgColor { background-color: #F5D98B; }

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

This div background color is #F5D98B.


Border color

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

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

This div border color is #F5D98B.


Opacity

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

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

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

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

This text has shadow with #F5D98B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D98B on black background.


Color preview on white background

This text has color #F5D98B on white background.



Black color preview on #F5D98B background

This text has black color on #F5D98B background.


White color preview on #F5D98B background

This text has white color on #F5D98B background.