COLOR #F5CD93

HEX: #F5CD93
RGB: (245,205,147)

Color info

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

RGB color model

#F5CD93 color RGB value is (245,205,147).

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

RGB channels and saturation

R 245 of 255 = 96%
G 205 of 255 = 80%
B 147 of 255 = 58%

245
205
147

R + G + B ~ 78%. #F5CD93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 205 + 147 = 597 (100%)
R 245 of 597 ~ 41.04%
G 205 of 597 ~ 34.34%
B 147 of 597 ~ 24.62%

%41.04
%34.34
%24.62

CMYK color model

#F5CD93 color CMYK value is (0,16,40,4).

  • cyan value is 0.00%
  • magenta value is 16.33%
  • yellow value is 40.00%
  • key color value is 3.92%
CMYK:
(0,16,40,4)
C0M16Y40K4 
(0%,16%,40%,4%)
(0.00/0.16/0.40/0.04)	

CMYK percentages

%0
%16.33
%40
%3.92

Codes

Color #F5CD93 in popluar color models

F5CD93
RGB245205147
HSL36°83.05%76.86%
HSB/HSV36°40.00%96.08%
CMYK0.00%16.33%40.00%
3.92%

Color #F5CD93 in popluar number systems.

HEXF5CD93
Decimal245205147
Binary111101011100110110010011
Octal365315223

Shades and tints

Shades of #F5CD93

#F5CD93
(245,205,147)
#DFBB86
(223,187,134)
#C9A979
(201,169,121)
#B3976C
(179,151,108)
#9D855F
(157,133,95)
#877352
(135,115,82)
#716145
(113,97,69)
#5B4F38
(91,79,56)
#453D2B
(69,61,43)
#2F2B1E
(47,43,30)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #F5CD93

#F5CD93
(245,205,147)
#F5D19C
(245,209,156)
#F5D5A5
(245,213,165)
#F5D9AE
(245,217,174)
#F5DDB7
(245,221,183)
#F5E1C0
(245,225,192)
#F5E5C9
(245,229,201)
#F5E9D2
(245,233,210)
#F5EDDB
(245,237,219)
#F5F1E4
(245,241,228)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CD93; }

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

This text font color is #F5CD93.


Background Color

.myBgColor { background-color: #F5CD93; }

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

This div background color is #F5CD93.


Border color

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

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

This div border color is #F5CD93.


Opacity

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

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

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

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

This text has shadow with #F5CD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CD93 on black background.


Color preview on white background

This text has color #F5CD93 on white background.



Black color preview on #F5CD93 background

This text has black color on #F5CD93 background.


White color preview on #F5CD93 background

This text has white color on #F5CD93 background.