Shades of Golden Glow #F8D381
Tints of Golden Glow #F8D381
RGB
CMYK
RGB Variations
Color information
#F8D381 (or 0xF8D381) is known color: Golden Glow. HEX triplet: F8, D3 and 81. RGB value is (248,211,129). Sum of RGB (Red+Green+Blue) = 248+211+129=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 129 (50.78% from 255 or 21.94% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D381 is #072C7E. Grayscale: #D5D5D5. Windows color (decimal): -470143 or 8508408. OLE color: 8508408.
HSL color Cylindrical-coordinate representation of color #F8D381: hue angle of 41.34º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8D381 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 129 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.03 |
| HSL | 41.34º | 0.89% | 0.74% | - |
| HSV(B) | 41.34º | 0.48% | 0.97% | - |
| XYZ | 65.97 | 68.13 | 30.44 | - |
| YUV | 212.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 129 | 0 | 0.15 | 0.48 | 0.03 | 41.34 | 0.89 | 0.74 |
| Hex | F8 | D3 | 81 | 0 | F | 30 | 3 | 29 | 59 | 4A |
| Octal | 370 | 323 | 201 | 0 | 17 | 60 | 3 | 51 | 131 | 112 |
| Binary | 11111000 | 11010011 | 10000001 | 0 | 1111 | 110000 | 11 | 101001 | 1011001 | 1001010 |
Color Harmonies of #F8D381
Complementary color
Monochromatic Colors of #F8D381
Black with #F8D381
Text Example
Text Example
White with #F8D381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D381; }
p { color: rgb(248,211,129); }
H1.HeaderClassName
{
color: #F8D381;
}
.AnyTagClassName
{
color: #F8D381;
}
</style>
background-color css
<style>
a { background-color: #F8D381; }
a { background-color: rgb(248,211,129); }
div.DivClassName
{
background-color: #F8D381;
}
.BgClassName
{
background-color: #F8D381;
}
</style>
border-color css
<style>
span { border-color: #F8D381; }
span { border-color: rgb(248,211,129); }
td.TdClassName
{
border-color: #F8D381;
}
.TagClassName
{
border-color: #F8D381;
}
</style>