Shades of Golden Glow #F8D88D
Tints of Golden Glow #F8D88D
RGB
CMYK
RGB Variations
Color information
#F8D88D (or 0xF8D88D) is known color: Golden Glow. HEX triplet: F8, D8 and 8D. RGB value is (248,216,141). Sum of RGB (Red+Green+Blue) = 248+216+141=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D88D is #072772. Grayscale: #D9D9D9. Windows color (decimal): -468851 or 9296120. OLE color: 9296120.
HSL color Cylindrical-coordinate representation of color #F8D88D: hue angle of 42.06º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8D88D is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 141 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.03 |
| HSL | 42.06º | 0.88% | 0.76% | - |
| HSV(B) | 42.06º | 0.43% | 0.97% | - |
| XYZ | 68.07 | 70.99 | 35.31 | - |
| YUV | 217.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 141 | 0 | 0.13 | 0.43 | 0.03 | 42.06 | 0.88 | 0.76 |
| Hex | F8 | D8 | 8D | 0 | D | 2B | 3 | 2A | 58 | 4C |
| Octal | 370 | 330 | 215 | 0 | 15 | 53 | 3 | 52 | 130 | 114 |
| Binary | 11111000 | 11011000 | 10001101 | 0 | 1101 | 101011 | 11 | 101010 | 1011000 | 1001100 |
Color Harmonies of #F8D88D
Complementary color
Monochromatic Colors of #F8D88D
Black with #F8D88D
Text Example
Text Example
White with #F8D88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D88D; }
p { color: rgb(248,216,141); }
H1.HeaderClassName
{
color: #F8D88D;
}
.AnyTagClassName
{
color: #F8D88D;
}
</style>
background-color css
<style>
a { background-color: #F8D88D; }
a { background-color: rgb(248,216,141); }
div.DivClassName
{
background-color: #F8D88D;
}
.BgClassName
{
background-color: #F8D88D;
}
</style>
border-color css
<style>
span { border-color: #F8D88D; }
span { border-color: rgb(248,216,141); }
td.TdClassName
{
border-color: #F8D88D;
}
.TagClassName
{
border-color: #F8D88D;
}
</style>