COLOR #FDE09C

HEX: #FDE09C RGB: (253,224,156)

Color info

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

RGB color model

#FDE09C color RGB value is (253,224,156).

RGB: (253,224,156) (99%, 88%, 61%)

RGB channels and saturation

R 253 of 255 = 99%
G 224 of 255 = 88%
B 156 of 255 = 61%

253
224
156

R + G + B ~ 83%. #FDE09C is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 224 + 156 = 633 (100%)
R 253 of 633 ~ 39.97%
G 224 of 633 ~ 35.39%
B 156 of 633 ~ 24.64'%

%39.97
%35.39
%24.64

CMYK color model

#FDE09C color CMYK value is (0,11,38,1).

  • cyan value is 0.00%
  • magenta value is 11.46%
  • yellow value is 38.34%
  • key color value is 0.78%
CMYK: (0,11,38,1) C0M11Y38K1 (0%,11%,38%,1%) (0.00/0.11/0.38/0.01) 

CMYK percentages

%0
%11.46
%38.34
%0.78

Codes

Color #FDE09C in popluar color models

FD E0 9C
RGB 253 224 156
HSL 42° 96.04% 80.20%
HSB/HSV 42° 38.34% 99.22%
CMYK 0.00% 11.46% 38.34%
0.78%

Color #FDE09C in popluar number systems.

HEX FD E0 9C
Decimal 253 224 156
Binary 11111101 11100000 10011100
Octal 375 340 234

Shades and tints

Shades of #FDE09C

#FDE09C
(253,224,156)
#E6CC8E
(230,204,142)
#CFB880
(207,184,128)
#B8A472
(184,164,114)
#A19064
(161,144,100)
#8A7C56
(138,124,86)
#736848
(115,104,72)
#5C543A
(92,84,58)
#45402C
(69,64,44)
#2E2C1E
(46,44,30)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #FDE09C

#FDE09C
(253,224,156)
#FDE2A5
(253,226,165)
#FDE4AE
(253,228,174)
#FDE6B7
(253,230,183)
#FDE8C0
(253,232,192)
#FDEAC9
(253,234,201)
#FDECD2
(253,236,210)
#FDEEDB
(253,238,219)
#FDF0E4
(253,240,228)
#FDF2ED
(253,242,237)
#FDF4F6
(253,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE09C color. Also use rgb(253,224,156) instead hex code.

Text Font Color

.myTextColor { color: #FDE09C; }

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

This text font color is #FDE09C.

Background Color

.myBgColor { background-color: #FDE09C; }

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

This div background color is #FDE09C.

Border color

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

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

This div border color is #FDE09C.

Opacity

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

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

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

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

This text has shadow with #FDE09C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE09C.

Preview

Color preview on black background

This text has color #FDE09C on black background.


Color preview on white background

This text has color #FDE09C on white background.


Black color preview on #FDE09C background

This text has black color on #FDE09C background.


White color preview on #FDE09C background

This text has white color on #FDE09C background.


Related colors

Complementary color

Complementary color for #hex is #021F63.


I love getcolorcode.com

Triadic colors

1 #9CFDE0 and #E09CFD with #FDE09C are triadic colors.

2 #9CE0FD and #E0FD9C with #FDE09C are triadic colors.