COLOR #F5DA96

HEX: #F5DA96 RGB: (245,218,150)

Color info

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

RGB color model

#F5DA96 color RGB value is (245,218,150).

RGB: (245,218,150) (96%, 85%, 59%)

RGB channels and saturation

R 245 of 255 = 96%
G 218 of 255 = 85%
B 150 of 255 = 59%

245
218
150

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

Portions of RGB colors in percentages

R + G + B = 245 + 218 + 150 = 613 (100%)
R 245 of 613 ~ 39.97%
G 218 of 613 ~ 35.56%
B 150 of 613 ~ 24.47'%

%39.97
%35.56
%24.47

CMYK color model

#F5DA96 color CMYK value is (0,11,39,4).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 38.78%
  • key color value is 3.92%

CMYK: (0,11,39,4)
C0M11Y39K4 (0%, 11%, 39%, 4%)
(0.00 / 0.11 / 0.39 / 0.04)

CMYK percentages

%0
%11.02
%38.78
%3.92

Codes

Color #F5DA96 in popluar color models

F5 DA 96
RGB 245 218 150
HSL 43° 82.61% 77.45%
HSB/HSV 43° 38.78% 96.08%
CMYK 0.00% 11.02% 38.78%
3.92%

Color #F5DA96 in popluar number systems.

HEX F5 DA 96
Decimal 245 218 150
Binary 11110101 11011010 10010110
Octal 365 332 226

Shades and tints

Shades of #F5DA96

#F5DA96
(245,218,150)
#DFC789
(223,199,137)
#C9B47C
(201,180,124)
#B3A16F
(179,161,111)
#9D8E62
(157,142,98)
#877B55
(135,123,85)
#716848
(113,104,72)
#5B553B
(91,85,59)
#45422E
(69,66,46)
#2F2F21
(47,47,33)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #F5DA96

#F5DA96
(245,218,150)
#F5DD9F
(245,221,159)
#F5E0A8
(245,224,168)
#F5E3B1
(245,227,177)
#F5E6BA
(245,230,186)
#F5E9C3
(245,233,195)
#F5ECCC
(245,236,204)
#F5EFD5
(245,239,213)
#F5F2DE
(245,242,222)
#F5F5E7
(245,245,231)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DA96 color. Also use rgb(245,218,150) instead hex code.

Text Font Color

.myTextColor { color: #F5DA96; }

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

This text font color is #F5DA96.

Background Color

.myBgColor { background-color: #F5DA96; }

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

This div background color is #F5DA96.

Border color

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

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

This div border color is #F5DA96.

Opacity

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

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

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

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

This text has shadow with #F5DA96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DA96.

Preview

Color preview on black background

This text has color #F5DA96 on black background.


Color preview on white background

This text has color #F5DA96 on white background.


Black color preview on #F5DA96 background

This text has black color on #F5DA96 background.


White color preview on #F5DA96 background

This text has white color on #F5DA96 background.


Related colors

Complementary color

Complementary color for #hex is #0A2569.


I love getcolorcode.com

Triadic colors

1 #96F5DA and #DA96F5 with #F5DA96 are triadic colors.

2 #96DAF5 and #DAF596 with #F5DA96 are triadic colors.