Shades of Gold #F5D306
Tints of Gold #F5D306
RGB
CMYK
RGB Variations
Color information
#F5D306 (or 0xF5D306) is known color: Gold. HEX triplet: F5, D3 and 06. RGB value is (245,211,6). Sum of RGB (Red+Green+Blue) = 245+211+6=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 6 (2.73% from 255 or 1.30% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D306 is #0A2CF9. Grayscale: #C6C6C6. Windows color (decimal): -666874 or 447477. OLE color: 447477.
HSL color Cylindrical-coordinate representation of color #F5D306: hue angle of 51.46º degrees, saturation: 0.95, 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 #F5D306 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 6 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.04 |
| HSL | 51.46º | 0.95% | 0.49% | - |
| HSV(B) | 51.46º | 0.98% | 0.96% | - |
| XYZ | 60.98 | 66.01 | 9.7 | - |
| YUV | 197.8 | 19.76 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 6 | 0 | 0.14 | 0.98 | 0.04 | 51.46 | 0.95 | 0.49 |
| Hex | F5 | D3 | 6 | 0 | E | 62 | 4 | 33 | 5F | 31 |
| Octal | 365 | 323 | 6 | 0 | 16 | 142 | 4 | 63 | 137 | 61 |
| Binary | 11110101 | 11010011 | 110 | 0 | 1110 | 1100010 | 100 | 110011 | 1011111 | 110001 |
Color Harmonies of #F5D306
Complementary color
Monochromatic Colors of #F5D306
Black with #F5D306
Text Example
Text Example
White with #F5D306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D306; }
p { color: rgb(245,211,6); }
H1.HeaderClassName
{
color: #F5D306;
}
.AnyTagClassName
{
color: #F5D306;
}
</style>
background-color css
<style>
a { background-color: #F5D306; }
a { background-color: rgb(245,211,6); }
div.DivClassName
{
background-color: #F5D306;
}
.BgClassName
{
background-color: #F5D306;
}
</style>
border-color css
<style>
span { border-color: #F5D306; }
span { border-color: rgb(245,211,6); }
td.TdClassName
{
border-color: #F5D306;
}
.TagClassName
{
border-color: #F5D306;
}
</style>