Shades of Golden Glow #F8D376
Tints of Golden Glow #F8D376
RGB
CMYK
RGB Variations
Color information
#F8D376 (or 0xF8D376) is known color: Golden Glow. HEX triplet: F8, D3 and 76. RGB value is (248,211,118). Sum of RGB (Red+Green+Blue) = 248+211+118=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 118 (46.48% from 255 or 20.45% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D376 is #072C89. Grayscale: #D3D3D3. Windows color (decimal): -470154 or 7787512. OLE color: 7787512.
HSL color Cylindrical-coordinate representation of color #F8D376: hue angle of 42.92º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8D376 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 118 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.03 |
| HSL | 42.92º | 0.9% | 0.72% | - |
| HSV(B) | 42.92º | 0.52% | 0.97% | - |
| XYZ | 65.28 | 67.85 | 26.8 | - |
| YUV | 211.46 | 75.26 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 118 | 0 | 0.15 | 0.52 | 0.03 | 42.92 | 0.9 | 0.72 |
| Hex | F8 | D3 | 76 | 0 | F | 34 | 3 | 2B | 5A | 48 |
| Octal | 370 | 323 | 166 | 0 | 17 | 64 | 3 | 53 | 132 | 110 |
| Binary | 11111000 | 11010011 | 1110110 | 0 | 1111 | 110100 | 11 | 101011 | 1011010 | 1001000 |
Color Harmonies of #F8D376
Complementary color
Monochromatic Colors of #F8D376
Black with #F8D376
Text Example
Text Example
White with #F8D376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D376; }
p { color: rgb(248,211,118); }
H1.HeaderClassName
{
color: #F8D376;
}
.AnyTagClassName
{
color: #F8D376;
}
</style>
background-color css
<style>
a { background-color: #F8D376; }
a { background-color: rgb(248,211,118); }
div.DivClassName
{
background-color: #F8D376;
}
.BgClassName
{
background-color: #F8D376;
}
</style>
border-color css
<style>
span { border-color: #F8D376; }
span { border-color: rgb(248,211,118); }
td.TdClassName
{
border-color: #F8D376;
}
.TagClassName
{
border-color: #F8D376;
}
</style>