COLOR #F5D893

HEX: #F5D893
RGB: (245,216,147)

Color info

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

RGB color model

#F5D893 color RGB value is (245,216,147).

  • red value is 245;
  • green value is 216;
  • blue value is 147.
RGB:
(245,216,147)
(96%,85%,58%)

RGB channels and saturation

R 245 of 255 = 96%
G 216 of 255 = 85%
B 147 of 255 = 58%

245
216
147

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

Portions of RGB colors in percentages

R + G + B =
245 + 216 + 147 = 608 (100%)
R 245 of 608 ~ 40.3%
G 216 of 608 ~ 35.53%
B 147 of 608 ~ 24.18%

%40.3
%35.53
%24.18

CMYK color model

#F5D893 color CMYK value is (0,12,40,4).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 40.00%
  • key color value is 3.92%
CMYK:
(0,12,40,4)
C0M12Y40K4 
(0%,12%,40%,4%)
(0.00/0.12/0.40/0.04)	

CMYK percentages

%0
%11.84
%40
%3.92

Codes

Color #F5D893 in popluar color models

F5D893
RGB245216147
HSL42°83.05%76.86%
HSB/HSV42°40.00%96.08%
CMYK0.00%11.84%40.00%
3.92%

Color #F5D893 in popluar number systems.

HEXF5D893
Decimal245216147
Binary111101011101100010010011
Octal365330223

Shades and tints

Shades of #F5D893

#F5D893
(245,216,147)
#DFC586
(223,197,134)
#C9B279
(201,178,121)
#B39F6C
(179,159,108)
#9D8C5F
(157,140,95)
#877952
(135,121,82)
#716645
(113,102,69)
#5B5338
(91,83,56)
#45402B
(69,64,43)
#2F2D1E
(47,45,30)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #F5D893

#F5D893
(245,216,147)
#F5DB9C
(245,219,156)
#F5DEA5
(245,222,165)
#F5E1AE
(245,225,174)
#F5E4B7
(245,228,183)
#F5E7C0
(245,231,192)
#F5EAC9
(245,234,201)
#F5EDD2
(245,237,210)
#F5F0DB
(245,240,219)
#F5F3E4
(245,243,228)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D893 color. Also use rgb(245,216,147) instead hex code.

Text Font Color

.myTextColor { color: #F5D893; }

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

This text font color is #F5D893.


Background Color

.myBgColor { background-color: #F5D893; }

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

This div background color is #F5D893.


Border color

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

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

This div border color is #F5D893.


Opacity

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

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

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

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

This text has shadow with #F5D893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D893 on black background.


Color preview on white background

This text has color #F5D893 on white background.



Black color preview on #F5D893 background

This text has black color on #F5D893 background.


White color preview on #F5D893 background

This text has white color on #F5D893 background.