Shades of Golden Glow #FDD982
Tints of Golden Glow #FDD982
RGB
CMYK
RGB Variations
Color information
#FDD982 (or 0xFDD982) is known color: Golden Glow. HEX triplet: FD, D9 and 82. RGB value is (253,217,130). Sum of RGB (Red+Green+Blue) = 253+217+130=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 130 (51.17% from 255 or 21.67% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD982 is #02267D. Grayscale: #DADADA. Windows color (decimal): -140926 or 8575485. OLE color: 8575485.
HSL color Cylindrical-coordinate representation of color #FDD982: hue angle of 42.44º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDD982 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 130 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.01 |
| HSL | 42.44º | 0.97% | 0.75% | - |
| HSV(B) | 42.44º | 0.49% | 0.99% | - |
| XYZ | 69.35 | 72.12 | 31.38 | - |
| YUV | 217.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 130 | 0 | 0.14 | 0.49 | 0.01 | 42.44 | 0.97 | 0.75 |
| Hex | FD | D9 | 82 | 0 | E | 31 | 1 | 2A | 61 | 4B |
| Octal | 375 | 331 | 202 | 0 | 16 | 61 | 1 | 52 | 141 | 113 |
| Binary | 11111101 | 11011001 | 10000010 | 0 | 1110 | 110001 | 1 | 101010 | 1100001 | 1001011 |
Color Harmonies of #FDD982
Complementary color
Monochromatic Colors of #FDD982
Black with #FDD982
Text Example
Text Example
White with #FDD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD982; }
p { color: rgb(253,217,130); }
H1.HeaderClassName
{
color: #FDD982;
}
.AnyTagClassName
{
color: #FDD982;
}
</style>
background-color css
<style>
a { background-color: #FDD982; }
a { background-color: rgb(253,217,130); }
div.DivClassName
{
background-color: #FDD982;
}
.BgClassName
{
background-color: #FDD982;
}
</style>
border-color css
<style>
span { border-color: #FDD982; }
span { border-color: rgb(253,217,130); }
td.TdClassName
{
border-color: #FDD982;
}
.TagClassName
{
border-color: #FDD982;
}
</style>