Shades of Golden Glow #FDD582
Tints of Golden Glow #FDD582
RGB
CMYK
RGB Variations
Color information
#FDD582 (or 0xFDD582) is known color: Golden Glow. HEX triplet: FD, D5 and 82. RGB value is (253,213,130). Sum of RGB (Red+Green+Blue) = 253+213+130=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD582 is #022A7D. Grayscale: #D7D7D7. Windows color (decimal): -141950 or 8574461. OLE color: 8574461.
HSL color Cylindrical-coordinate representation of color #FDD582: hue angle of 40.49º 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 #FDD582 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 130 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.01 |
| HSL | 40.49º | 0.97% | 0.75% | - |
| HSV(B) | 40.49º | 0.49% | 0.99% | - |
| XYZ | 68.33 | 70.08 | 31.04 | - |
| YUV | 215.5 | 79.75 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 130 | 0 | 0.16 | 0.49 | 0.01 | 40.49 | 0.97 | 0.75 |
| Hex | FD | D5 | 82 | 0 | 10 | 31 | 1 | 28 | 61 | 4B |
| Octal | 375 | 325 | 202 | 0 | 20 | 61 | 1 | 50 | 141 | 113 |
| Binary | 11111101 | 11010101 | 10000010 | 0 | 10000 | 110001 | 1 | 101000 | 1100001 | 1001011 |
Color Harmonies of #FDD582
Complementary color
Monochromatic Colors of #FDD582
Black with #FDD582
Text Example
Text Example
White with #FDD582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD582; }
p { color: rgb(253,213,130); }
H1.HeaderClassName
{
color: #FDD582;
}
.AnyTagClassName
{
color: #FDD582;
}
</style>
background-color css
<style>
a { background-color: #FDD582; }
a { background-color: rgb(253,213,130); }
div.DivClassName
{
background-color: #FDD582;
}
.BgClassName
{
background-color: #FDD582;
}
</style>
border-color css
<style>
span { border-color: #FDD582; }
span { border-color: rgb(253,213,130); }
td.TdClassName
{
border-color: #FDD582;
}
.TagClassName
{
border-color: #FDD582;
}
</style>