Shades of Golden Glow #F7D98A
Tints of Golden Glow #F7D98A
RGB
CMYK
RGB Variations
Color information
#F7D98A (or 0xF7D98A) is known color: Golden Glow. HEX triplet: F7, D9 and 8A. RGB value is (247,217,138). Sum of RGB (Red+Green+Blue) = 247+217+138=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D98A is #082675. Grayscale: #D9D9D9. Windows color (decimal): -534134 or 9099767. OLE color: 9099767.
HSL color Cylindrical-coordinate representation of color #F7D98A: hue angle of 43.49º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F7D98A is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 217 | 138 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.03 |
| HSL | 43.49º | 0.87% | 0.75% | - |
| HSV(B) | 43.49º | 0.44% | 0.97% | - |
| XYZ | 67.76 | 71.23 | 34.22 | - |
| YUV | 216.96 | 83.44 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 217 | 138 | 0 | 0.12 | 0.44 | 0.03 | 43.49 | 0.87 | 0.75 |
| Hex | F7 | D9 | 8A | 0 | C | 2C | 3 | 2B | 57 | 4B |
| Octal | 367 | 331 | 212 | 0 | 14 | 54 | 3 | 53 | 127 | 113 |
| Binary | 11110111 | 11011001 | 10001010 | 0 | 1100 | 101100 | 11 | 101011 | 1010111 | 1001011 |
Color Harmonies of #F7D98A
Complementary color
Monochromatic Colors of #F7D98A
Black with #F7D98A
Text Example
Text Example
White with #F7D98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D98A; }
p { color: rgb(247,217,138); }
H1.HeaderClassName
{
color: #F7D98A;
}
.AnyTagClassName
{
color: #F7D98A;
}
</style>
background-color css
<style>
a { background-color: #F7D98A; }
a { background-color: rgb(247,217,138); }
div.DivClassName
{
background-color: #F7D98A;
}
.BgClassName
{
background-color: #F7D98A;
}
</style>
border-color css
<style>
span { border-color: #F7D98A; }
span { border-color: rgb(247,217,138); }
td.TdClassName
{
border-color: #F7D98A;
}
.TagClassName
{
border-color: #F7D98A;
}
</style>