COLOR #F5D59A

HEX: #F5D59A RGB: (245,213,154)

Color info

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

RGB color model

#F5D59A color RGB value is (245,213,154).

RGB: (245,213,154) (96%, 84%, 60%)

RGB channels and saturation

R 245 of 255 = 96%
G 213 of 255 = 84%
B 154 of 255 = 60%

245
213
154

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

Portions of RGB colors in percentages

R + G + B = 245 + 213 + 154 = 612 (100%)
R 245 of 612 ~ 40.03%
G 213 of 612 ~ 34.8%
B 154 of 612 ~ 25.16'%

%40.03
%34.8
%25.16

CMYK color model

#F5D59A color CMYK value is (0,13,37,4).

  • cyan value is 0.00%
  • magenta value is 13.06%
  • yellow value is 37.14%
  • key color value is 3.92%

CMYK: (0,13,37,4)
C0M13Y37K4 (0%, 13%, 37%, 4%)
(0.00 / 0.13 / 0.37 / 0.04)

CMYK percentages

%0
%13.06
%37.14
%3.92

Codes

Color #F5D59A in popluar color models

F5 D5 9A
RGB 245 213 154
HSL 39° 81.98% 78.24%
HSB/HSV 39° 37.14% 96.08%
CMYK 0.00% 13.06% 37.14%
3.92%

Color #F5D59A in popluar number systems.

HEX F5 D5 9A
Decimal 245 213 154
Binary 11110101 11010101 10011010
Octal 365 325 232

Shades and tints

Shades of #F5D59A

#F5D59A
(245,213,154)
#DFC28C
(223,194,140)
#C9AF7E
(201,175,126)
#B39C70
(179,156,112)
#9D8962
(157,137,98)
#877654
(135,118,84)
#716346
(113,99,70)
#5B5038
(91,80,56)
#453D2A
(69,61,42)
#2F2A1C
(47,42,28)
#19170E
(25,23,14)
#000000
(0,0,0)

Tints of #F5D59A

#F5D59A
(245,213,154)
#F5D8A3
(245,216,163)
#F5DBAC
(245,219,172)
#F5DEB5
(245,222,181)
#F5E1BE
(245,225,190)
#F5E4C7
(245,228,199)
#F5E7D0
(245,231,208)
#F5EAD9
(245,234,217)
#F5EDE2
(245,237,226)
#F5F0EB
(245,240,235)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D59A color. Also use rgb(245,213,154) instead hex code.

Text Font Color

.myTextColor { color: #F5D59A; }

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

This text font color is #F5D59A.

Background Color

.myBgColor { background-color: #F5D59A; }

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

This div background color is #F5D59A.

Border color

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

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

This div border color is #F5D59A.

Opacity

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

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

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

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

This text has shadow with #F5D59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5D59A.

Preview

Color preview on black background

This text has color #F5D59A on black background.


Color preview on white background

This text has color #F5D59A on white background.


Black color preview on #F5D59A background

This text has black color on #F5D59A background.


White color preview on #F5D59A background

This text has white color on #F5D59A background.


Related colors

Complementary color

Complementary color for #hex is #0A2A65.


I love getcolorcode.com

Triadic colors

1 #9AF5D5 and #D59AF5 with #F5D59A are triadic colors.

2 #9AD5F5 and #D5F59A with #F5D59A are triadic colors.