COLOR #F5D3A0

HEX: #F5D3A0
RGB: (245,211,160)

Color info

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

RGB color model

#F5D3A0 color RGB value is (245,211,160).

  • red value is 245;
  • green value is 211;
  • blue value is 160.
RGB:
(245,211,160)
(96%,83%,63%)

RGB channels and saturation

R 245 of 255 = 96%
G 211 of 255 = 83%
B 160 of 255 = 63%

245
211
160

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

Portions of RGB colors in percentages

R + G + B =
245 + 211 + 160 = 616 (100%)
R 245 of 616 ~ 39.77%
G 211 of 616 ~ 34.25%
B 160 of 616 ~ 25.97%

%39.77
%34.25
%25.97

CMYK color model

#F5D3A0 color CMYK value is (0,14,35,4).

  • cyan value is 0.00%
  • magenta value is 13.88%
  • yellow value is 34.69%
  • key color value is 3.92%
CMYK:
(0,14,35,4)
C0M14Y35K4 
(0%,14%,35%,4%)
(0.00/0.14/0.35/0.04)	

CMYK percentages

%0
%13.88
%34.69
%3.92

Codes

Color #F5D3A0 in popluar color models

F5D3A0
RGB245211160
HSL36°80.95%79.41%
HSB/HSV36°34.69%96.08%
CMYK0.00%13.88%34.69%
3.92%

Color #F5D3A0 in popluar number systems.

HEXF5D3A0
Decimal245211160
Binary111101011101001110100000
Octal365323240

Shades and tints

Shades of #F5D3A0

#F5D3A0
(245,211,160)
#DFC092
(223,192,146)
#C9AD84
(201,173,132)
#B39A76
(179,154,118)
#9D8768
(157,135,104)
#87745A
(135,116,90)
#71614C
(113,97,76)
#5B4E3E
(91,78,62)
#453B30
(69,59,48)
#2F2822
(47,40,34)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #F5D3A0

#F5D3A0
(245,211,160)
#F5D7A8
(245,215,168)
#F5DBB0
(245,219,176)
#F5DFB8
(245,223,184)
#F5E3C0
(245,227,192)
#F5E7C8
(245,231,200)
#F5EBD0
(245,235,208)
#F5EFD8
(245,239,216)
#F5F3E0
(245,243,224)
#F5F7E8
(245,247,232)
#F5FBF0
(245,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D3A0 color. Also use rgb(245,211,160) instead hex code.

Text Font Color

.myTextColor { color: #F5D3A0; }

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

This text font color is #F5D3A0.


Background Color

.myBgColor { background-color: #F5D3A0; }

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

This div background color is #F5D3A0.


Border color

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

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

This div border color is #F5D3A0.


Opacity

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

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

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

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

This text has shadow with #F5D3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D3A0 on black background.


Color preview on white background

This text has color #F5D3A0 on white background.



Black color preview on #F5D3A0 background

This text has black color on #F5D3A0 background.


White color preview on #F5D3A0 background

This text has white color on #F5D3A0 background.