Shades of Golden Glow #F8D482
Tints of Golden Glow #F8D482
RGB
CMYK
RGB Variations
Color information
#F8D482 (or 0xF8D482) is known color: Golden Glow. HEX triplet: F8, D4 and 82. RGB value is (248,212,130). Sum of RGB (Red+Green+Blue) = 248+212+130=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D482 is #072B7D. Grayscale: #D5D5D5. Windows color (decimal): -469886 or 8574200. OLE color: 8574200.
HSL color Cylindrical-coordinate representation of color #F8D482: hue angle of 41.69º 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 #F8D482 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 130 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.03 |
| HSL | 41.69º | 0.89% | 0.74% | - |
| HSV(B) | 41.69º | 0.48% | 0.97% | - |
| XYZ | 66.28 | 68.66 | 30.88 | - |
| YUV | 213.42 | 80.93 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 130 | 0 | 0.15 | 0.48 | 0.03 | 41.69 | 0.89 | 0.74 |
| Hex | F8 | D4 | 82 | 0 | F | 30 | 3 | 2A | 59 | 4A |
| Octal | 370 | 324 | 202 | 0 | 17 | 60 | 3 | 52 | 131 | 112 |
| Binary | 11111000 | 11010100 | 10000010 | 0 | 1111 | 110000 | 11 | 101010 | 1011001 | 1001010 |
Color Harmonies of #F8D482
Complementary color
Monochromatic Colors of #F8D482
Black with #F8D482
Text Example
Text Example
White with #F8D482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D482; }
p { color: rgb(248,212,130); }
H1.HeaderClassName
{
color: #F8D482;
}
.AnyTagClassName
{
color: #F8D482;
}
</style>
background-color css
<style>
a { background-color: #F8D482; }
a { background-color: rgb(248,212,130); }
div.DivClassName
{
background-color: #F8D482;
}
.BgClassName
{
background-color: #F8D482;
}
</style>
border-color css
<style>
span { border-color: #F8D482; }
span { border-color: rgb(248,212,130); }
td.TdClassName
{
border-color: #F8D482;
}
.TagClassName
{
border-color: #F8D482;
}
</style>