Shades of Golden Glow #F8D883
Tints of Golden Glow #F8D883
RGB
CMYK
RGB Variations
Color information
#F8D883 (or 0xF8D883) is known color: Golden Glow. HEX triplet: F8, D8 and 83. RGB value is (248,216,131). Sum of RGB (Red+Green+Blue) = 248+216+131=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 131 (51.56% from 255 or 22.02% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D883 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D883 is #07277C. Grayscale: #D8D8D8. Windows color (decimal): -468861 or 8640760. OLE color: 8640760.
HSL color Cylindrical-coordinate representation of color #F8D883: hue angle of 43.59º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F8D883 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 131 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.03 |
| HSL | 43.59º | 0.89% | 0.74% | - |
| HSV(B) | 43.59º | 0.47% | 0.97% | - |
| XYZ | 67.36 | 70.71 | 31.57 | - |
| YUV | 215.88 | 80.1 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 131 | 0 | 0.13 | 0.47 | 0.03 | 43.59 | 0.89 | 0.74 |
| Hex | F8 | D8 | 83 | 0 | D | 2F | 3 | 2C | 59 | 4A |
| Octal | 370 | 330 | 203 | 0 | 15 | 57 | 3 | 54 | 131 | 112 |
| Binary | 11111000 | 11011000 | 10000011 | 0 | 1101 | 101111 | 11 | 101100 | 1011001 | 1001010 |
Color Harmonies of #F8D883
Complementary color
Monochromatic Colors of #F8D883
Black with #F8D883
Text Example
Text Example
White with #F8D883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D883; }
p { color: rgb(248,216,131); }
H1.HeaderClassName
{
color: #F8D883;
}
.AnyTagClassName
{
color: #F8D883;
}
</style>
background-color css
<style>
a { background-color: #F8D883; }
a { background-color: rgb(248,216,131); }
div.DivClassName
{
background-color: #F8D883;
}
.BgClassName
{
background-color: #F8D883;
}
</style>
border-color css
<style>
span { border-color: #F8D883; }
span { border-color: rgb(248,216,131); }
td.TdClassName
{
border-color: #F8D883;
}
.TagClassName
{
border-color: #F8D883;
}
</style>