COLOR #F5D7A9

HEX: #F5D7A9 RGB: (245,215,169)

Color info

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

RGB color model

#F5D7A9 color RGB value is (245,215,169).

RGB: (245,215,169) (96%, 84%, 66%)

RGB channels and saturation

R 245 of 255 = 96%
G 215 of 255 = 84%
B 169 of 255 = 66%

245
215
169

R + G + B ~ 82%. #F5D7A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 215 + 169 = 629 (100%)
R 245 of 629 ~ 38.95%
G 215 of 629 ~ 34.18%
B 169 of 629 ~ 26.87'%

%38.95
%34.18
%26.87

CMYK color model

#F5D7A9 color CMYK value is (0,12,31,4).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 31.02%
  • key color value is 3.92%
CMYK: (0,12,31,4) C0M12Y31K4 (0%,12%,31%,4%) (0.00/0.12/0.31/0.04) 

CMYK percentages

%0
%12.24
%31.02
%3.92

Codes

Color #F5D7A9 in popluar color models

F5 D7 A9
RGB 245 215 169
HSL 36° 79.17% 81.18%
HSB/HSV 36° 31.02% 96.08%
CMYK 0.00% 12.24% 31.02%
3.92%

Color #F5D7A9 in popluar number systems.

HEX F5 D7 A9
Decimal 245 215 169
Binary 11110101 11010111 10101001
Octal 365 327 251

Shades and tints

Shades of #F5D7A9

#F5D7A9
(245,215,169)
#DFC49A
(223,196,154)
#C9B18B
(201,177,139)
#B39E7C
(179,158,124)
#9D8B6D
(157,139,109)
#87785E
(135,120,94)
#71654F
(113,101,79)
#5B5240
(91,82,64)
#453F31
(69,63,49)
#2F2C22
(47,44,34)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #F5D7A9

#F5D7A9
(245,215,169)
#F5DAB0
(245,218,176)
#F5DDB7
(245,221,183)
#F5E0BE
(245,224,190)
#F5E3C5
(245,227,197)
#F5E6CC
(245,230,204)
#F5E9D3
(245,233,211)
#F5ECDA
(245,236,218)
#F5EFE1
(245,239,225)
#F5F2E8
(245,242,232)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D7A9 color. Also use rgb(245,215,169) instead hex code.

Text Font Color

.myTextColor { color: #F5D7A9; }

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

This text font color is #F5D7A9.

Background Color

.myBgColor { background-color: #F5D7A9; }

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

This div background color is #F5D7A9.

Border color

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

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

This div border color is #F5D7A9.

Opacity

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

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

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

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

This text has shadow with #F5D7A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5D7A9.

Preview

Color preview on black background

This text has color #F5D7A9 on black background.


Color preview on white background

This text has color #F5D7A9 on white background.


Black color preview on #F5D7A9 background

This text has black color on #F5D7A9 background.


White color preview on #F5D7A9 background

This text has white color on #F5D7A9 background.


Related colors

Complementary color

Complementary color for #hex is #0A2856.


I love getcolorcode.com

Triadic colors

1 #A9F5D7 and #D7A9F5 with #F5D7A9 are triadic colors.

2 #A9D7F5 and #D7F5A9 with #F5D7A9 are triadic colors.