Shades of Golden Glow #F8D68A
Tints of Golden Glow #F8D68A
RGB
CMYK
RGB Variations
Color information
#F8D68A (or 0xF8D68A) is known color: Golden Glow. HEX triplet: F8, D6 and 8A. RGB value is (248,214,138). Sum of RGB (Red+Green+Blue) = 248+214+138=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D68A is #072975. Grayscale: #D7D7D7. Windows color (decimal): -469366 or 9099000. OLE color: 9099000.
HSL color Cylindrical-coordinate representation of color #F8D68A: hue angle of 41.45º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8D68A is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 138 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.03 |
| HSL | 41.45º | 0.89% | 0.76% | - |
| HSV(B) | 41.45º | 0.44% | 0.97% | - |
| XYZ | 67.35 | 69.88 | 33.98 | - |
| YUV | 215.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 138 | 0 | 0.14 | 0.44 | 0.03 | 41.45 | 0.89 | 0.76 |
| Hex | F8 | D6 | 8A | 0 | E | 2C | 3 | 29 | 59 | 4C |
| Octal | 370 | 326 | 212 | 0 | 16 | 54 | 3 | 51 | 131 | 114 |
| Binary | 11111000 | 11010110 | 10001010 | 0 | 1110 | 101100 | 11 | 101001 | 1011001 | 1001100 |
Color Harmonies of #F8D68A
Complementary color
Monochromatic Colors of #F8D68A
Black with #F8D68A
Text Example
Text Example
White with #F8D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D68A; }
p { color: rgb(248,214,138); }
H1.HeaderClassName
{
color: #F8D68A;
}
.AnyTagClassName
{
color: #F8D68A;
}
</style>
background-color css
<style>
a { background-color: #F8D68A; }
a { background-color: rgb(248,214,138); }
div.DivClassName
{
background-color: #F8D68A;
}
.BgClassName
{
background-color: #F8D68A;
}
</style>
border-color css
<style>
span { border-color: #F8D68A; }
span { border-color: rgb(248,214,138); }
td.TdClassName
{
border-color: #F8D68A;
}
.TagClassName
{
border-color: #F8D68A;
}
</style>