Shades of Golden Glow #FDD682
Tints of Golden Glow #FDD682
RGB
CMYK
RGB Variations
Color information
#FDD682 (or 0xFDD682) is known color: Golden Glow. HEX triplet: FD, D6 and 82. RGB value is (253,214,130). Sum of RGB (Red+Green+Blue) = 253+214+130=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 130 (51.17% from 255 or 21.78% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD682 is #02297D. Grayscale: #D8D8D8. Windows color (decimal): -141694 or 8574717. OLE color: 8574717.
HSL color Cylindrical-coordinate representation of color #FDD682: hue angle of 40.98º 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 #FDD682 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 130 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.01 |
| HSL | 40.98º | 0.97% | 0.75% | - |
| HSV(B) | 40.98º | 0.49% | 0.99% | - |
| XYZ | 68.58 | 70.59 | 31.13 | - |
| YUV | 216.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 130 | 0 | 0.15 | 0.49 | 0.01 | 40.98 | 0.97 | 0.75 |
| Hex | FD | D6 | 82 | 0 | F | 31 | 1 | 29 | 61 | 4B |
| Octal | 375 | 326 | 202 | 0 | 17 | 61 | 1 | 51 | 141 | 113 |
| Binary | 11111101 | 11010110 | 10000010 | 0 | 1111 | 110001 | 1 | 101001 | 1100001 | 1001011 |
Color Harmonies of #FDD682
Complementary color
Monochromatic Colors of #FDD682
Black with #FDD682
Text Example
Text Example
White with #FDD682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD682; }
p { color: rgb(253,214,130); }
H1.HeaderClassName
{
color: #FDD682;
}
.AnyTagClassName
{
color: #FDD682;
}
</style>
background-color css
<style>
a { background-color: #FDD682; }
a { background-color: rgb(253,214,130); }
div.DivClassName
{
background-color: #FDD682;
}
.BgClassName
{
background-color: #FDD682;
}
</style>
border-color css
<style>
span { border-color: #FDD682; }
span { border-color: rgb(253,214,130); }
td.TdClassName
{
border-color: #FDD682;
}
.TagClassName
{
border-color: #FDD682;
}
</style>