Shades of Golden Glow #F8D682
Tints of Golden Glow #F8D682
RGB
CMYK
RGB Variations
Color information
#F8D682 (or 0xF8D682) is known color: Golden Glow. HEX triplet: F8, D6 and 82. RGB value is (248,214,130). Sum of RGB (Red+Green+Blue) = 248+214+130=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 130 (51.17% from 255 or 21.96% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D682 is #07297D. Grayscale: #D6D6D6. Windows color (decimal): -469374 or 8574712. OLE color: 8574712.
HSL color Cylindrical-coordinate representation of color #F8D682: hue angle of 42.71º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8D682 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 130 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.03 |
| HSL | 42.71º | 0.89% | 0.74% | - |
| HSV(B) | 42.71º | 0.48% | 0.97% | - |
| XYZ | 66.79 | 69.66 | 31.05 | - |
| YUV | 214.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 130 | 0 | 0.14 | 0.48 | 0.03 | 42.71 | 0.89 | 0.74 |
| Hex | F8 | D6 | 82 | 0 | E | 30 | 3 | 2B | 59 | 4A |
| Octal | 370 | 326 | 202 | 0 | 16 | 60 | 3 | 53 | 131 | 112 |
| Binary | 11111000 | 11010110 | 10000010 | 0 | 1110 | 110000 | 11 | 101011 | 1011001 | 1001010 |
Color Harmonies of #F8D682
Complementary color
Monochromatic Colors of #F8D682
Black with #F8D682
Text Example
Text Example
White with #F8D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D682; }
p { color: rgb(248,214,130); }
H1.HeaderClassName
{
color: #F8D682;
}
.AnyTagClassName
{
color: #F8D682;
}
</style>
background-color css
<style>
a { background-color: #F8D682; }
a { background-color: rgb(248,214,130); }
div.DivClassName
{
background-color: #F8D682;
}
.BgClassName
{
background-color: #F8D682;
}
</style>
border-color css
<style>
span { border-color: #F8D682; }
span { border-color: rgb(248,214,130); }
td.TdClassName
{
border-color: #F8D682;
}
.TagClassName
{
border-color: #F8D682;
}
</style>