Shades of Gold #F6D505
Tints of Gold #F6D505
RGB
CMYK
RGB Variations
Color information
#F6D505 (or 0xF6D505) is known color: Gold. HEX triplet: F6, D5 and 05. RGB value is (246,213,5). Sum of RGB (Red+Green+Blue) = 246+213+5=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 5 (2.34% from 255 or 1.08% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D505 is #092AFA. Grayscale: #C8C8C8. Windows color (decimal): -600827 or 382454. OLE color: 382454.
HSL color Cylindrical-coordinate representation of color #F6D505: hue angle of 51.78º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F6D505 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 213 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.04 |
| HSL | 51.78º | 0.96% | 0.49% | - |
| HSV(B) | 51.78º | 0.98% | 0.96% | - |
| XYZ | 61.83 | 67.19 | 9.85 | - |
| YUV | 199.16 | 18.43 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 5 | 0 | 0.13 | 0.98 | 0.04 | 51.78 | 0.96 | 0.49 |
| Hex | F6 | D5 | 5 | 0 | D | 62 | 4 | 34 | 60 | 31 |
| Octal | 366 | 325 | 5 | 0 | 15 | 142 | 4 | 64 | 140 | 61 |
| Binary | 11110110 | 11010101 | 101 | 0 | 1101 | 1100010 | 100 | 110100 | 1100000 | 110001 |
Color Harmonies of #F6D505
Complementary color
Monochromatic Colors of #F6D505
Black with #F6D505
Text Example
Text Example
White with #F6D505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D505; }
p { color: rgb(246,213,5); }
H1.HeaderClassName
{
color: #F6D505;
}
.AnyTagClassName
{
color: #F6D505;
}
</style>
background-color css
<style>
a { background-color: #F6D505; }
a { background-color: rgb(246,213,5); }
div.DivClassName
{
background-color: #F6D505;
}
.BgClassName
{
background-color: #F6D505;
}
</style>
border-color css
<style>
span { border-color: #F6D505; }
span { border-color: rgb(246,213,5); }
td.TdClassName
{
border-color: #F6D505;
}
.TagClassName
{
border-color: #F6D505;
}
</style>