Shades of Golden Glow #F8D674
Tints of Golden Glow #F8D674
RGB
CMYK
RGB Variations
Color information
#F8D674 (or 0xF8D674) is known color: Golden Glow. HEX triplet: F8, D6 and 74. RGB value is (248,214,116). Sum of RGB (Red+Green+Blue) = 248+214+116=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 116 (45.70% from 255 or 20.07% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D674 is #07298B. Grayscale: #D5D5D5. Windows color (decimal): -469388 or 7657208. OLE color: 7657208.
HSL color Cylindrical-coordinate representation of color #F8D674: hue angle of 44.55º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8D674 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 116 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.03 |
| HSL | 44.55º | 0.9% | 0.71% | - |
| HSV(B) | 44.55º | 0.53% | 0.97% | - |
| XYZ | 65.91 | 69.31 | 26.43 | - |
| YUV | 212.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 116 | 0 | 0.14 | 0.53 | 0.03 | 44.55 | 0.9 | 0.71 |
| Hex | F8 | D6 | 74 | 0 | E | 35 | 3 | 2D | 5A | 47 |
| Octal | 370 | 326 | 164 | 0 | 16 | 65 | 3 | 55 | 132 | 107 |
| Binary | 11111000 | 11010110 | 1110100 | 0 | 1110 | 110101 | 11 | 101101 | 1011010 | 1000111 |
Color Harmonies of #F8D674
Complementary color
Monochromatic Colors of #F8D674
Black with #F8D674
Text Example
Text Example
White with #F8D674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D674; }
p { color: rgb(248,214,116); }
H1.HeaderClassName
{
color: #F8D674;
}
.AnyTagClassName
{
color: #F8D674;
}
</style>
background-color css
<style>
a { background-color: #F8D674; }
a { background-color: rgb(248,214,116); }
div.DivClassName
{
background-color: #F8D674;
}
.BgClassName
{
background-color: #F8D674;
}
</style>
border-color css
<style>
span { border-color: #F8D674; }
span { border-color: rgb(248,214,116); }
td.TdClassName
{
border-color: #F8D674;
}
.TagClassName
{
border-color: #F8D674;
}
</style>