Shades of Golden Glow #F6DC7C
Tints of Golden Glow #F6DC7C
RGB
CMYK
RGB Variations
Color information
#F6DC7C (or 0xF6DC7C) is known color: Golden Glow. HEX triplet: F6, DC and 7C. RGB value is (246,220,124). Sum of RGB (Red+Green+Blue) = 246+220+124=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 124 (48.83% from 255 or 21.02% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DC7C is #092383. Grayscale: #D9D9D9. Windows color (decimal): -598916 or 8183030. OLE color: 8183030.
HSL color Cylindrical-coordinate representation of color #F6DC7C: hue angle of 47.21º 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 #F6DC7C is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 124 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.04 |
| HSL | 47.21º | 0.87% | 0.73% | - |
| HSV(B) | 47.21º | 0.5% | 0.96% | - |
| XYZ | 67.24 | 72.23 | 29.47 | - |
| YUV | 216.83 | 75.61 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 124 | 0 | 0.11 | 0.50 | 0.04 | 47.21 | 0.87 | 0.73 |
| Hex | F6 | DC | 7C | 0 | B | 32 | 4 | 2F | 57 | 49 |
| Octal | 366 | 334 | 174 | 0 | 13 | 62 | 4 | 57 | 127 | 111 |
| Binary | 11110110 | 11011100 | 1111100 | 0 | 1011 | 110010 | 100 | 101111 | 1010111 | 1001001 |
Color Harmonies of #F6DC7C
Complementary color
Monochromatic Colors of #F6DC7C
Black with #F6DC7C
Text Example
Text Example
White with #F6DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC7C; }
p { color: rgb(246,220,124); }
H1.HeaderClassName
{
color: #F6DC7C;
}
.AnyTagClassName
{
color: #F6DC7C;
}
</style>
background-color css
<style>
a { background-color: #F6DC7C; }
a { background-color: rgb(246,220,124); }
div.DivClassName
{
background-color: #F6DC7C;
}
.BgClassName
{
background-color: #F6DC7C;
}
</style>
border-color css
<style>
span { border-color: #F6DC7C; }
span { border-color: rgb(246,220,124); }
td.TdClassName
{
border-color: #F6DC7C;
}
.TagClassName
{
border-color: #F6DC7C;
}
</style>