Shades of Golden Glow #FCD682
Tints of Golden Glow #FCD682
RGB
CMYK
RGB Variations
Color information
#FCD682 (or 0xFCD682) is known color: Golden Glow. HEX triplet: FC, D6 and 82. RGB value is (252,214,130). Sum of RGB (Red+Green+Blue) = 252+214+130=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD682 is #03297D. Grayscale: #D8D8D8. Windows color (decimal): -207230 or 8574716. OLE color: 8574716.
HSL color Cylindrical-coordinate representation of color #FCD682: hue angle of 41.31º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCD682 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 130 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.01 |
| HSL | 41.31º | 0.95% | 0.75% | - |
| HSV(B) | 41.31º | 0.48% | 0.99% | - |
| XYZ | 68.22 | 70.4 | 31.11 | - |
| YUV | 215.79 | 79.59 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 130 | 0 | 0.15 | 0.48 | 0.01 | 41.31 | 0.95 | 0.75 |
| Hex | FC | D6 | 82 | 0 | F | 30 | 1 | 29 | 5F | 4B |
| Octal | 374 | 326 | 202 | 0 | 17 | 60 | 1 | 51 | 137 | 113 |
| Binary | 11111100 | 11010110 | 10000010 | 0 | 1111 | 110000 | 1 | 101001 | 1011111 | 1001011 |
Color Harmonies of #FCD682
Complementary color
Monochromatic Colors of #FCD682
Black with #FCD682
Text Example
Text Example
White with #FCD682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD682; }
p { color: rgb(252,214,130); }
H1.HeaderClassName
{
color: #FCD682;
}
.AnyTagClassName
{
color: #FCD682;
}
</style>
background-color css
<style>
a { background-color: #FCD682; }
a { background-color: rgb(252,214,130); }
div.DivClassName
{
background-color: #FCD682;
}
.BgClassName
{
background-color: #FCD682;
}
</style>
border-color css
<style>
span { border-color: #FCD682; }
span { border-color: rgb(252,214,130); }
td.TdClassName
{
border-color: #FCD682;
}
.TagClassName
{
border-color: #FCD682;
}
</style>