Shades of Golden Glow #F6D47F
Tints of Golden Glow #F6D47F
RGB
CMYK
RGB Variations
Color information
#F6D47F (or 0xF6D47F) is known color: Golden Glow. HEX triplet: F6, D4 and 7F. RGB value is (246,212,127). Sum of RGB (Red+Green+Blue) = 246+212+127=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 127 (50% from 255 or 21.71% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D47F is #092B80. Grayscale: #D4D4D4. Windows color (decimal): -600961 or 8377590. OLE color: 8377590.
HSL color Cylindrical-coordinate representation of color #F6D47F: hue angle of 42.86º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6D47F is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 127 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.04 |
| HSL | 42.86º | 0.87% | 0.73% | - |
| HSV(B) | 42.86º | 0.48% | 0.96% | - |
| XYZ | 65.38 | 68.21 | 29.8 | - |
| YUV | 212.48 | 79.76 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 127 | 0 | 0.14 | 0.48 | 0.04 | 42.86 | 0.87 | 0.73 |
| Hex | F6 | D4 | 7F | 0 | E | 30 | 4 | 2B | 57 | 49 |
| Octal | 366 | 324 | 177 | 0 | 16 | 60 | 4 | 53 | 127 | 111 |
| Binary | 11110110 | 11010100 | 1111111 | 0 | 1110 | 110000 | 100 | 101011 | 1010111 | 1001001 |
Color Harmonies of #F6D47F
Complementary color
Monochromatic Colors of #F6D47F
Black with #F6D47F
Text Example
Text Example
White with #F6D47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D47F; }
p { color: rgb(246,212,127); }
H1.HeaderClassName
{
color: #F6D47F;
}
.AnyTagClassName
{
color: #F6D47F;
}
</style>
background-color css
<style>
a { background-color: #F6D47F; }
a { background-color: rgb(246,212,127); }
div.DivClassName
{
background-color: #F6D47F;
}
.BgClassName
{
background-color: #F6D47F;
}
</style>
border-color css
<style>
span { border-color: #F6D47F; }
span { border-color: rgb(246,212,127); }
td.TdClassName
{
border-color: #F6D47F;
}
.TagClassName
{
border-color: #F6D47F;
}
</style>