Shades of Golden Glow #F6DA7C
Tints of Golden Glow #F6DA7C
RGB
CMYK
RGB Variations
Color information
#F6DA7C (or 0xF6DA7C) is known color: Golden Glow. HEX triplet: F6, DA and 7C. RGB value is (246,218,124). Sum of RGB (Red+Green+Blue) = 246+218+124=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DA7C is #092583. Grayscale: #D8D8D8. Windows color (decimal): -599428 or 8182518. OLE color: 8182518.
HSL color Cylindrical-coordinate representation of color #F6DA7C: hue angle of 46.23º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6DA7C is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 124 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.04 |
| HSL | 46.23º | 0.87% | 0.73% | - |
| HSV(B) | 46.23º | 0.5% | 0.96% | - |
| XYZ | 66.72 | 71.19 | 29.29 | - |
| YUV | 215.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 124 | 0 | 0.11 | 0.50 | 0.04 | 46.23 | 0.87 | 0.73 |
| Hex | F6 | DA | 7C | 0 | B | 32 | 4 | 2E | 57 | 49 |
| Octal | 366 | 332 | 174 | 0 | 13 | 62 | 4 | 56 | 127 | 111 |
| Binary | 11110110 | 11011010 | 1111100 | 0 | 1011 | 110010 | 100 | 101110 | 1010111 | 1001001 |
Color Harmonies of #F6DA7C
Complementary color
Monochromatic Colors of #F6DA7C
Black with #F6DA7C
Text Example
Text Example
White with #F6DA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DA7C; }
p { color: rgb(246,218,124); }
H1.HeaderClassName
{
color: #F6DA7C;
}
.AnyTagClassName
{
color: #F6DA7C;
}
</style>
background-color css
<style>
a { background-color: #F6DA7C; }
a { background-color: rgb(246,218,124); }
div.DivClassName
{
background-color: #F6DA7C;
}
.BgClassName
{
background-color: #F6DA7C;
}
</style>
border-color css
<style>
span { border-color: #F6DA7C; }
span { border-color: rgb(246,218,124); }
td.TdClassName
{
border-color: #F6DA7C;
}
.TagClassName
{
border-color: #F6DA7C;
}
</style>