Shades of Gold #F0D306
Tints of Gold #F0D306
RGB
CMYK
RGB Variations
Color information
#F0D306 (or 0xF0D306) is known color: Gold. HEX triplet: F0, D3 and 06. RGB value is (240,211,6). Sum of RGB (Red+Green+Blue) = 240+211+6=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 6 (2.73% from 255 or 1.31% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D306 is #0F2CF9. Grayscale: #C5C5C5. Windows color (decimal): -994554 or 447472. OLE color: 447472.
HSL color Cylindrical-coordinate representation of color #F0D306: hue angle of 52.56º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0D306 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 6 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.06 |
| HSL | 52.56º | 0.95% | 0.48% | - |
| HSV(B) | 52.56º | 0.98% | 0.94% | - |
| XYZ | 59.26 | 65.13 | 9.62 | - |
| YUV | 196.3 | 20.61 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 6 | 0 | 0.12 | 0.98 | 0.06 | 52.56 | 0.95 | 0.48 |
| Hex | F0 | D3 | 6 | 0 | C | 62 | 6 | 35 | 5F | 30 |
| Octal | 360 | 323 | 6 | 0 | 14 | 142 | 6 | 65 | 137 | 60 |
| Binary | 11110000 | 11010011 | 110 | 0 | 1100 | 1100010 | 110 | 110101 | 1011111 | 110000 |
Color Harmonies of #F0D306
Complementary color
Monochromatic Colors of #F0D306
Black with #F0D306
Text Example
Text Example
White with #F0D306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D306; }
p { color: rgb(240,211,6); }
H1.HeaderClassName
{
color: #F0D306;
}
.AnyTagClassName
{
color: #F0D306;
}
</style>
background-color css
<style>
a { background-color: #F0D306; }
a { background-color: rgb(240,211,6); }
div.DivClassName
{
background-color: #F0D306;
}
.BgClassName
{
background-color: #F0D306;
}
</style>
border-color css
<style>
span { border-color: #F0D306; }
span { border-color: rgb(240,211,6); }
td.TdClassName
{
border-color: #F0D306;
}
.TagClassName
{
border-color: #F0D306;
}
</style>