Shades of Golden Glow #F8DB7A
Tints of Golden Glow #F8DB7A
RGB
CMYK
RGB Variations
Color information
#F8DB7A (or 0xF8DB7A) is known color: Golden Glow. HEX triplet: F8, DB and 7A. RGB value is (248,219,122). Sum of RGB (Red+Green+Blue) = 248+219+122=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DB7A is #072485. Grayscale: #D9D9D9. Windows color (decimal): -468102 or 8051704. OLE color: 8051704.
HSL color Cylindrical-coordinate representation of color #F8DB7A: hue angle of 46.19º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8DB7A is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 122 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.03 |
| HSL | 46.19º | 0.9% | 0.73% | - |
| HSV(B) | 46.19º | 0.51% | 0.97% | - |
| XYZ | 67.56 | 72.02 | 28.75 | - |
| YUV | 216.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 122 | 0 | 0.12 | 0.51 | 0.03 | 46.19 | 0.9 | 0.73 |
| Hex | F8 | DB | 7A | 0 | C | 33 | 3 | 2E | 5A | 49 |
| Octal | 370 | 333 | 172 | 0 | 14 | 63 | 3 | 56 | 132 | 111 |
| Binary | 11111000 | 11011011 | 1111010 | 0 | 1100 | 110011 | 11 | 101110 | 1011010 | 1001001 |
Color Harmonies of #F8DB7A
Complementary color
Monochromatic Colors of #F8DB7A
Black with #F8DB7A
Text Example
Text Example
White with #F8DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB7A; }
p { color: rgb(248,219,122); }
H1.HeaderClassName
{
color: #F8DB7A;
}
.AnyTagClassName
{
color: #F8DB7A;
}
</style>
background-color css
<style>
a { background-color: #F8DB7A; }
a { background-color: rgb(248,219,122); }
div.DivClassName
{
background-color: #F8DB7A;
}
.BgClassName
{
background-color: #F8DB7A;
}
</style>
border-color css
<style>
span { border-color: #F8DB7A; }
span { border-color: rgb(248,219,122); }
td.TdClassName
{
border-color: #F8DB7A;
}
.TagClassName
{
border-color: #F8DB7A;
}
</style>