Shades of Golden Glow #F7D682
Tints of Golden Glow #F7D682
RGB
CMYK
RGB Variations
Color information
#F7D682 (or 0xF7D682) is known color: Golden Glow. HEX triplet: F7, D6 and 82. RGB value is (247,214,130). Sum of RGB (Red+Green+Blue) = 247+214+130=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 130 (51.17% from 255 or 22.00% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D682 is #08297D. Grayscale: #D6D6D6. Windows color (decimal): -534910 or 8574711. OLE color: 8574711.
HSL color Cylindrical-coordinate representation of color #F7D682: hue angle of 43.08º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7D682 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 214 | 130 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.03 |
| HSL | 43.08º | 0.88% | 0.74% | - |
| HSV(B) | 43.08º | 0.47% | 0.97% | - |
| XYZ | 66.43 | 69.48 | 31.03 | - |
| YUV | 214.29 | 80.43 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 130 | 0 | 0.13 | 0.47 | 0.03 | 43.08 | 0.88 | 0.74 |
| Hex | F7 | D6 | 82 | 0 | D | 2F | 3 | 2B | 58 | 4A |
| Octal | 367 | 326 | 202 | 0 | 15 | 57 | 3 | 53 | 130 | 112 |
| Binary | 11110111 | 11010110 | 10000010 | 0 | 1101 | 101111 | 11 | 101011 | 1011000 | 1001010 |
Color Harmonies of #F7D682
Complementary color
Monochromatic Colors of #F7D682
Black with #F7D682
Text Example
Text Example
White with #F7D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D682; }
p { color: rgb(247,214,130); }
H1.HeaderClassName
{
color: #F7D682;
}
.AnyTagClassName
{
color: #F7D682;
}
</style>
background-color css
<style>
a { background-color: #F7D682; }
a { background-color: rgb(247,214,130); }
div.DivClassName
{
background-color: #F7D682;
}
.BgClassName
{
background-color: #F7D682;
}
</style>
border-color css
<style>
span { border-color: #F7D682; }
span { border-color: rgb(247,214,130); }
td.TdClassName
{
border-color: #F7D682;
}
.TagClassName
{
border-color: #F7D682;
}
</style>