COLOR #F5D696

HEX: #F5D696
RGB: (245,214,150)

Color info

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

RGB color model

#F5D696 color RGB value is (245,214,150).

  • red value is 245;
  • green value is 214;
  • blue value is 150.
RGB:
(245,214,150)
(96%,84%,59%)

RGB channels and saturation

R 245 of 255 = 96%
G 214 of 255 = 84%
B 150 of 255 = 59%

245
214
150

R + G + B ~ 80%. #F5D696 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 214 + 150 = 609 (100%)
R 245 of 609 ~ 40.23%
G 214 of 609 ~ 35.14%
B 150 of 609 ~ 24.63%

%40.23
%35.14
%24.63

CMYK color model

#F5D696 color CMYK value is (0,13,39,4).

  • cyan value is 0.00%
  • magenta value is 12.65%
  • yellow value is 38.78%
  • key color value is 3.92%
CMYK:
(0,13,39,4)
C0M13Y39K4 
(0%,13%,39%,4%)
(0.00/0.13/0.39/0.04)	

CMYK percentages

%0
%12.65
%38.78
%3.92

Codes

Color #F5D696 in popluar color models

F5D696
RGB245214150
HSL40°82.61%77.45%
HSB/HSV40°38.78%96.08%
CMYK0.00%12.65%38.78%
3.92%

Color #F5D696 in popluar number systems.

HEXF5D696
Decimal245214150
Binary111101011101011010010110
Octal365326226

Shades and tints

Shades of #F5D696

#F5D696
(245,214,150)
#DFC389
(223,195,137)
#C9B07C
(201,176,124)
#B39D6F
(179,157,111)
#9D8A62
(157,138,98)
#877755
(135,119,85)
#716448
(113,100,72)
#5B513B
(91,81,59)
#453E2E
(69,62,46)
#2F2B21
(47,43,33)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #F5D696

#F5D696
(245,214,150)
#F5D99F
(245,217,159)
#F5DCA8
(245,220,168)
#F5DFB1
(245,223,177)
#F5E2BA
(245,226,186)
#F5E5C3
(245,229,195)
#F5E8CC
(245,232,204)
#F5EBD5
(245,235,213)
#F5EEDE
(245,238,222)
#F5F1E7
(245,241,231)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D696 color. Also use rgb(245,214,150) instead hex code.

Text Font Color

.myTextColor { color: #F5D696; }

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

This text font color is #F5D696.


Background Color

.myBgColor { background-color: #F5D696; }

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

This div background color is #F5D696.


Border color

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

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

This div border color is #F5D696.


Opacity

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

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

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

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

This text has shadow with #F5D696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D696 on black background.


Color preview on white background

This text has color #F5D696 on white background.



Black color preview on #F5D696 background

This text has black color on #F5D696 background.


White color preview on #F5D696 background

This text has white color on #F5D696 background.