Shades of Golden Glow #F6D672
Tints of Golden Glow #F6D672
RGB
CMYK
RGB Variations
Color information
#F6D672 (or 0xF6D672) is known color: Golden Glow. HEX triplet: F6, D6 and 72. RGB value is (246,214,114). Sum of RGB (Red+Green+Blue) = 246+214+114=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 114 (44.92% from 255 or 19.86% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D672 is #09298D. Grayscale: #D4D4D4. Windows color (decimal): -600462 or 7526134. OLE color: 7526134.
HSL color Cylindrical-coordinate representation of color #F6D672: hue angle of 45.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6D672 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 214 | 114 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.04 |
| HSL | 45.45º | 0.88% | 0.71% | - |
| HSV(B) | 45.45º | 0.54% | 0.96% | - |
| XYZ | 65.09 | 68.9 | 25.79 | - |
| YUV | 212.17 | 72.6 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 214 | 114 | 0 | 0.13 | 0.54 | 0.04 | 45.45 | 0.88 | 0.71 |
| Hex | F6 | D6 | 72 | 0 | D | 36 | 4 | 2D | 58 | 47 |
| Octal | 366 | 326 | 162 | 0 | 15 | 66 | 4 | 55 | 130 | 107 |
| Binary | 11110110 | 11010110 | 1110010 | 0 | 1101 | 110110 | 100 | 101101 | 1011000 | 1000111 |
Color Harmonies of #F6D672
Complementary color
Monochromatic Colors of #F6D672
Black with #F6D672
Text Example
Text Example
White with #F6D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D672; }
p { color: rgb(246,214,114); }
H1.HeaderClassName
{
color: #F6D672;
}
.AnyTagClassName
{
color: #F6D672;
}
</style>
background-color css
<style>
a { background-color: #F6D672; }
a { background-color: rgb(246,214,114); }
div.DivClassName
{
background-color: #F6D672;
}
.BgClassName
{
background-color: #F6D672;
}
</style>
border-color css
<style>
span { border-color: #F6D672; }
span { border-color: rgb(246,214,114); }
td.TdClassName
{
border-color: #F6D672;
}
.TagClassName
{
border-color: #F6D672;
}
</style>