Shades of Gold #F6D508
Tints of Gold #F6D508
RGB
CMYK
RGB Variations
Color information
#F6D508 (or 0xF6D508) is known color: Gold. HEX triplet: F6, D5 and 08. RGB value is (246,213,8). Sum of RGB (Red+Green+Blue) = 246+213+8=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 8 (3.52% from 255 or 1.71% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D508 is #092AF7. Grayscale: #C8C8C8. Windows color (decimal): -600824 or 579062. OLE color: 579062.
HSL color Cylindrical-coordinate representation of color #F6D508: hue angle of 51.68º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F6D508 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 213 | 8 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.04 |
| HSL | 51.68º | 0.94% | 0.5% | - |
| HSV(B) | 51.68º | 0.97% | 0.96% | - |
| XYZ | 61.84 | 67.2 | 9.94 | - |
| YUV | 199.5 | 19.93 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 8 | 0 | 0.13 | 0.97 | 0.04 | 51.68 | 0.94 | 0.5 |
| Hex | F6 | D5 | 8 | 0 | D | 61 | 4 | 34 | 5E | 32 |
| Octal | 366 | 325 | 10 | 0 | 15 | 141 | 4 | 64 | 136 | 62 |
| Binary | 11110110 | 11010101 | 1000 | 0 | 1101 | 1100001 | 100 | 110100 | 1011110 | 110010 |
Color Harmonies of #F6D508
Complementary color
Monochromatic Colors of #F6D508
Black with #F6D508
Text Example
Text Example
White with #F6D508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D508; }
p { color: rgb(246,213,8); }
H1.HeaderClassName
{
color: #F6D508;
}
.AnyTagClassName
{
color: #F6D508;
}
</style>
background-color css
<style>
a { background-color: #F6D508; }
a { background-color: rgb(246,213,8); }
div.DivClassName
{
background-color: #F6D508;
}
.BgClassName
{
background-color: #F6D508;
}
</style>
border-color css
<style>
span { border-color: #F6D508; }
span { border-color: rgb(246,213,8); }
td.TdClassName
{
border-color: #F6D508;
}
.TagClassName
{
border-color: #F6D508;
}
</style>