Shades of Golden Glow #F8DB7F
Tints of Golden Glow #F8DB7F
RGB
CMYK
RGB Variations
Color information
#F8DB7F (or 0xF8DB7F) is known color: Golden Glow. HEX triplet: F8, DB and 7F. RGB value is (248,219,127). Sum of RGB (Red+Green+Blue) = 248+219+127=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 127 (50% from 255 or 21.38% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DB7F is #072480. Grayscale: #D9D9D9. Windows color (decimal): -468097 or 8379384. OLE color: 8379384.
HSL color Cylindrical-coordinate representation of color #F8DB7F: hue angle of 45.62º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8DB7F is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 127 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.03 |
| HSL | 45.62º | 0.9% | 0.74% | - |
| HSV(B) | 45.62º | 0.49% | 0.97% | - |
| XYZ | 67.87 | 72.15 | 30.43 | - |
| YUV | 217.18 | 77.11 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 127 | 0 | 0.12 | 0.49 | 0.03 | 45.62 | 0.9 | 0.74 |
| Hex | F8 | DB | 7F | 0 | C | 31 | 3 | 2E | 5A | 4A |
| Octal | 370 | 333 | 177 | 0 | 14 | 61 | 3 | 56 | 132 | 112 |
| Binary | 11111000 | 11011011 | 1111111 | 0 | 1100 | 110001 | 11 | 101110 | 1011010 | 1001010 |
Color Harmonies of #F8DB7F
Complementary color
Monochromatic Colors of #F8DB7F
Black with #F8DB7F
Text Example
Text Example
White with #F8DB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB7F; }
p { color: rgb(248,219,127); }
H1.HeaderClassName
{
color: #F8DB7F;
}
.AnyTagClassName
{
color: #F8DB7F;
}
</style>
background-color css
<style>
a { background-color: #F8DB7F; }
a { background-color: rgb(248,219,127); }
div.DivClassName
{
background-color: #F8DB7F;
}
.BgClassName
{
background-color: #F8DB7F;
}
</style>
border-color css
<style>
span { border-color: #F8DB7F; }
span { border-color: rgb(248,219,127); }
td.TdClassName
{
border-color: #F8DB7F;
}
.TagClassName
{
border-color: #F8DB7F;
}
</style>