Shades of Golden Glow #F8D78B
Tints of Golden Glow #F8D78B
RGB
CMYK
RGB Variations
Color information
#F8D78B (or 0xF8D78B) is known color: Golden Glow. HEX triplet: F8, D7 and 8B. RGB value is (248,215,139). Sum of RGB (Red+Green+Blue) = 248+215+139=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 139 (54.69% from 255 or 23.09% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D78B is #072874. Grayscale: #D8D8D8. Windows color (decimal): -469109 or 9164792. OLE color: 9164792.
HSL color Cylindrical-coordinate representation of color #F8D78B: hue angle of 41.83º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8D78B is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 215 | 139 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.03 |
| HSL | 41.83º | 0.89% | 0.76% | - |
| HSV(B) | 41.83º | 0.44% | 0.97% | - |
| XYZ | 67.67 | 70.42 | 34.45 | - |
| YUV | 216.2 | 84.43 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 139 | 0 | 0.13 | 0.44 | 0.03 | 41.83 | 0.89 | 0.76 |
| Hex | F8 | D7 | 8B | 0 | D | 2C | 3 | 2A | 59 | 4C |
| Octal | 370 | 327 | 213 | 0 | 15 | 54 | 3 | 52 | 131 | 114 |
| Binary | 11111000 | 11010111 | 10001011 | 0 | 1101 | 101100 | 11 | 101010 | 1011001 | 1001100 |
Color Harmonies of #F8D78B
Complementary color
Monochromatic Colors of #F8D78B
Black with #F8D78B
Text Example
Text Example
White with #F8D78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D78B; }
p { color: rgb(248,215,139); }
H1.HeaderClassName
{
color: #F8D78B;
}
.AnyTagClassName
{
color: #F8D78B;
}
</style>
background-color css
<style>
a { background-color: #F8D78B; }
a { background-color: rgb(248,215,139); }
div.DivClassName
{
background-color: #F8D78B;
}
.BgClassName
{
background-color: #F8D78B;
}
</style>
border-color css
<style>
span { border-color: #F8D78B; }
span { border-color: rgb(248,215,139); }
td.TdClassName
{
border-color: #F8D78B;
}
.TagClassName
{
border-color: #F8D78B;
}
</style>