Shades of Golden Glow #F8D575
Tints of Golden Glow #F8D575
RGB
CMYK
RGB Variations
Color information
#F8D575 (or 0xF8D575) is known color: Golden Glow. HEX triplet: F8, D5 and 75. RGB value is (248,213,117). Sum of RGB (Red+Green+Blue) = 248+213+117=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D575 is #072A8A. Grayscale: #D4D4D4. Windows color (decimal): -469643 or 7722488. OLE color: 7722488.
HSL color Cylindrical-coordinate representation of color #F8D575: hue angle of 43.97º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8D575 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 213 | 117 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.03 |
| HSL | 43.97º | 0.9% | 0.72% | - |
| HSV(B) | 43.97º | 0.53% | 0.97% | - |
| XYZ | 65.72 | 68.83 | 26.65 | - |
| YUV | 212.52 | 74.1 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 213 | 117 | 0 | 0.14 | 0.53 | 0.03 | 43.97 | 0.9 | 0.72 |
| Hex | F8 | D5 | 75 | 0 | E | 35 | 3 | 2C | 5A | 48 |
| Octal | 370 | 325 | 165 | 0 | 16 | 65 | 3 | 54 | 132 | 110 |
| Binary | 11111000 | 11010101 | 1110101 | 0 | 1110 | 110101 | 11 | 101100 | 1011010 | 1001000 |
Color Harmonies of #F8D575
Complementary color
Monochromatic Colors of #F8D575
Black with #F8D575
Text Example
Text Example
White with #F8D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D575; }
p { color: rgb(248,213,117); }
H1.HeaderClassName
{
color: #F8D575;
}
.AnyTagClassName
{
color: #F8D575;
}
</style>
background-color css
<style>
a { background-color: #F8D575; }
a { background-color: rgb(248,213,117); }
div.DivClassName
{
background-color: #F8D575;
}
.BgClassName
{
background-color: #F8D575;
}
</style>
border-color css
<style>
span { border-color: #F8D575; }
span { border-color: rgb(248,213,117); }
td.TdClassName
{
border-color: #F8D575;
}
.TagClassName
{
border-color: #F8D575;
}
</style>