HEX: #FDDA86
RGB: (253,218,134)
#FDDA86 contains mainly red and green colors. Web safe color of #FDDA86 is #FFCC99 (or #FC9).
#FDDA86 color RGB value is (253,218,134).
RGB: (253,218,134)
(99%, 85%, 53%)
R 253 of 255 = 99%
G 218 of 255 = 85%
B 134 of 255 = 53%
R + G + B ~ 79%. #FDDA86 is quite light color.
R + G + B = 253 + 218 + 134 = 605 (100%)
R 253 of 605 ~ 41.82%
G 218 of 605 ~ 36.03%
B 134 of 605 ~ 22.15'%
#FDDA86 color CMYK value is (0,14,47,1).
CMYK: (0,14,47,1) C0M14Y47K1 (0%,14%,47%,1%) (0.00/0.14/0.47/0.01)
Color #FDDA86 in popluar color models
FD | DA | 86 | |
---|---|---|---|
RGB | 253 | 218 | 134 |
HSL | 42° | 96.75% | 75.88% |
HSB/HSV | 42° | 47.04% | 99.22% |
CMYK | 0.00% | 13.83% | 47.04% |
0.78% |
Color #FDDA86 in popluar number systems.
HEX | FD | DA | 86 |
Decimal | 253 | 218 | 134 |
Binary | 11111101 | 11011010 | 10000110 |
Octal | 375 | 332 | 206 |
Shades of #FDDA86
Tints of #FDDA86
Examples of css and html codes for elements with #FDDA86 color. Also use rgb(253,218,134) instead hex code.
.myTextColor { color: #FDDA86; }
<p style="color:#FDDA86">This sample text font color is #FDDA86.</p>
This text font color is #FDDA86.
.myBgColor { background-color: #FDDA86; }
<div style="background-color:#FDDA86">Inner text</div>
This div background color is #FDDA86.
.myBorderColor { border: 1px solid #FDDA86; }
<div style="border:3px solid #FDDA86">Div</div>
This div border color is #FDDA86.
.myOpacity80 { color: #FDDA86; opacity: 0.8; }
<p style="color:#FDDA86;opacity:0.8;">80%</p>
Text with #FDDA86 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDDA86;}
<p style="text-shadow: 3px 3px 1px #FDDA86">Text here.</p>
This text has shadow with #FDDA86 color.
.textShadow {text-shadow: 3px 3px 1px #FDDA86', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDDA86, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDDA86 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDDA86, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDDA86, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDDA86 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDDA86;
-webkit-box-shadow: 1px 1px 3px 2px #FDDA86;
box-shadow: 1px 1px 3px 2px #FDDA86;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDDA86; -webkit-box-shadow: 1px 1px 3px 2px #FDDA86; box-shadow:1px 1px 3px 2px #FDDA86;">
Div content here
</div>
This text has color #FDDA86 on black background.
This text has color #FDDA86 on white background.
This text has black color on #FDDA86 background.
This text has white color on #FDDA86 background.
Complementary color for #hex is #022579.