COLOR #F5DA98

HEX: #F5DA98 RGB: (245,218,152)

Color info

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

RGB color model

#F5DA98 color RGB value is (245,218,152).

RGB: (245,218,152) (96%, 85%, 60%)

RGB channels and saturation

R 245 of 255 = 96%
G 218 of 255 = 85%
B 152 of 255 = 60%

245
218
152

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

Portions of RGB colors in percentages

R + G + B = 245 + 218 + 152 = 615 (100%)
R 245 of 615 ~ 39.84%
G 218 of 615 ~ 35.45%
B 152 of 615 ~ 24.72'%

%39.84
%35.45
%24.72

CMYK color model

#F5DA98 color CMYK value is (0,11,38,4).

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

CMYK: (0,11,38,4)
C0M11Y38K4 (0%, 11%, 38%, 4%)
(0.00 / 0.11 / 0.38 / 0.04)

CMYK percentages

%0
%11.02
%37.96
%3.92

Codes

Color #F5DA98 in popluar color models

F5 DA 98
RGB 245 218 152
HSL 43° 82.30% 77.84%
HSB/HSV 43° 37.96% 96.08%
CMYK 0.00% 11.02% 37.96%
3.92%

Color #F5DA98 in popluar number systems.

HEX F5 DA 98
Decimal 245 218 152
Binary 11110101 11011010 10011000
Octal 365 332 230

Shades and tints

Shades of #F5DA98

#F5DA98
(245,218,152)
#DFC78B
(223,199,139)
#C9B47E
(201,180,126)
#B3A171
(179,161,113)
#9D8E64
(157,142,100)
#877B57
(135,123,87)
#71684A
(113,104,74)
#5B553D
(91,85,61)
#454230
(69,66,48)
#2F2F23
(47,47,35)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #F5DA98

#F5DA98
(245,218,152)
#F5DDA1
(245,221,161)
#F5E0AA
(245,224,170)
#F5E3B3
(245,227,179)
#F5E6BC
(245,230,188)
#F5E9C5
(245,233,197)
#F5ECCE
(245,236,206)
#F5EFD7
(245,239,215)
#F5F2E0
(245,242,224)
#F5F5E9
(245,245,233)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DA98; }

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

This text font color is #F5DA98.

Background Color

.myBgColor { background-color: #F5DA98; }

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

This div background color is #F5DA98.

Border color

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

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

This div border color is #F5DA98.

Opacity

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

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

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

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

This text has shadow with #F5DA98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DA98.

Preview

Color preview on black background

This text has color #F5DA98 on black background.


Color preview on white background

This text has color #F5DA98 on white background.


Black color preview on #F5DA98 background

This text has black color on #F5DA98 background.


White color preview on #F5DA98 background

This text has white color on #F5DA98 background.


Related colors

Complementary color

Complementary color for #F5DA98 is #0A2567.


I love getcolorcode.com

Triadic colors

1 #98F5DA and #DA98F5 with #F5DA98 are triadic colors.

2 #98DAF5 and #DAF598 with #F5DA98 are triadic colors.