Shades of Golden Glow #F8D276
Tints of Golden Glow #F8D276
RGB
CMYK
RGB Variations
Color information
#F8D276 (or 0xF8D276) is known color: Golden Glow. HEX triplet: F8, D2 and 76. RGB value is (248,210,118). Sum of RGB (Red+Green+Blue) = 248+210+118=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 118 (46.48% from 255 or 20.49% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D276 is #072D89. Grayscale: #D3D3D3. Windows color (decimal): -470410 or 7787256. OLE color: 7787256.
HSL color Cylindrical-coordinate representation of color #F8D276: hue angle of 42.46º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8D276 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 118 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.03 |
| HSL | 42.46º | 0.9% | 0.72% | - |
| HSV(B) | 42.46º | 0.52% | 0.97% | - |
| XYZ | 65.03 | 67.36 | 26.71 | - |
| YUV | 210.87 | 75.59 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 118 | 0 | 0.15 | 0.52 | 0.03 | 42.46 | 0.9 | 0.72 |
| Hex | F8 | D2 | 76 | 0 | F | 34 | 3 | 2A | 5A | 48 |
| Octal | 370 | 322 | 166 | 0 | 17 | 64 | 3 | 52 | 132 | 110 |
| Binary | 11111000 | 11010010 | 1110110 | 0 | 1111 | 110100 | 11 | 101010 | 1011010 | 1001000 |
Color Harmonies of #F8D276
Complementary color
Monochromatic Colors of #F8D276
Black with #F8D276
Text Example
Text Example
White with #F8D276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D276; }
p { color: rgb(248,210,118); }
H1.HeaderClassName
{
color: #F8D276;
}
.AnyTagClassName
{
color: #F8D276;
}
</style>
background-color css
<style>
a { background-color: #F8D276; }
a { background-color: rgb(248,210,118); }
div.DivClassName
{
background-color: #F8D276;
}
.BgClassName
{
background-color: #F8D276;
}
</style>
border-color css
<style>
span { border-color: #F8D276; }
span { border-color: rgb(248,210,118); }
td.TdClassName
{
border-color: #F8D276;
}
.TagClassName
{
border-color: #F8D276;
}
</style>