HEX: #FDE09C
RGB: (253,224,156)
#FDE09C contains mainly red and green colors. Web safe color of #FDE09C is #FFCC99 (or #FC9).
#FDE09C color RGB value is (253,224,156).
RGB: (253,224,156)
(99%, 88%, 61%)
R 253 of 255 = 99%
G 224 of 255 = 88%
B 156 of 255 = 61%
R + G + B ~ 83%. #FDE09C is quite light color.
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'%
#FDE09C color CMYK value is (0,11,38,1).
CMYK: (0,11,38,1) C0M11Y38K1 (0%,11%,38%,1%) (0.00/0.11/0.38/0.01)
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 of #FDE09C
Tints of #FDE09C
Examples of css and html codes for elements with #FDE09C color. Also use rgb(253,224,156) instead hex code.
.myTextColor { color: #FDE09C; }
<p style="color:#FDE09C">This sample text font color is #FDE09C.</p>
This text font color is #FDE09C.
.myBgColor { background-color: #FDE09C; }
<div style="background-color:#FDE09C">Inner text</div>
This div background color is #FDE09C.
.myBorderColor { border: 1px solid #FDE09C; }
<div style="border:3px solid #FDE09C">Div</div>
This div border color is #FDE09C.
.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%.
.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.
/* 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 text has color #FDE09C on black background.
This text has color #FDE09C on white background.
This text has black color on #FDE09C background.
This text has white color on #FDE09C background.
Complementary color for #hex is #021F63.