Shades of Golden Glow #FDD87E
Tints of Golden Glow #FDD87E
RGB
CMYK
RGB Variations
Color information
#FDD87E (or 0xFDD87E) is known color: Golden Glow. HEX triplet: FD, D8 and 7E. RGB value is (253,216,126). Sum of RGB (Red+Green+Blue) = 253+216+126=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 126 (49.61% from 255 or 21.18% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD87E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD87E is #022781. Grayscale: #D9D9D9. Windows color (decimal): -141186 or 8313085. OLE color: 8313085.
HSL color Cylindrical-coordinate representation of color #FDD87E: hue angle of 42.52º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDD87E is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 126 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.01 |
| HSL | 42.52º | 0.97% | 0.74% | - |
| HSV(B) | 42.52º | 0.5% | 0.99% | - |
| XYZ | 68.83 | 71.5 | 29.91 | - |
| YUV | 216.8 | 76.76 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 126 | 0 | 0.15 | 0.50 | 0.01 | 42.52 | 0.97 | 0.74 |
| Hex | FD | D8 | 7E | 0 | F | 32 | 1 | 2B | 61 | 4A |
| Octal | 375 | 330 | 176 | 0 | 17 | 62 | 1 | 53 | 141 | 112 |
| Binary | 11111101 | 11011000 | 1111110 | 0 | 1111 | 110010 | 1 | 101011 | 1100001 | 1001010 |
Color Harmonies of #FDD87E
Complementary color
Monochromatic Colors of #FDD87E
Black with #FDD87E
Text Example
Text Example
White with #FDD87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD87E; }
p { color: rgb(253,216,126); }
H1.HeaderClassName
{
color: #FDD87E;
}
.AnyTagClassName
{
color: #FDD87E;
}
</style>
background-color css
<style>
a { background-color: #FDD87E; }
a { background-color: rgb(253,216,126); }
div.DivClassName
{
background-color: #FDD87E;
}
.BgClassName
{
background-color: #FDD87E;
}
</style>
border-color css
<style>
span { border-color: #FDD87E; }
span { border-color: rgb(253,216,126); }
td.TdClassName
{
border-color: #FDD87E;
}
.TagClassName
{
border-color: #FDD87E;
}
</style>