Shades of Gold #F0D304
Tints of Gold #F0D304
RGB
CMYK
RGB Variations
Color information
#F0D304 (or 0xF0D304) is known color: Gold. HEX triplet: F0, D3 and 04. RGB value is (240,211,4). Sum of RGB (Red+Green+Blue) = 240+211+4=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 4 (1.95% from 255 or 0.88% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D304 is #0F2CFB. Grayscale: #C4C4C4. Windows color (decimal): -994556 or 316400. OLE color: 316400.
HSL color Cylindrical-coordinate representation of color #F0D304: hue angle of 52.63º degrees, saturation: 0.97, 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 #F0D304 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.06 |
| HSL | 52.63º | 0.97% | 0.48% | - |
| HSV(B) | 52.63º | 0.98% | 0.94% | - |
| XYZ | 59.25 | 65.12 | 9.56 | - |
| YUV | 196.07 | 19.61 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 4 | 0 | 0.12 | 0.98 | 0.06 | 52.63 | 0.97 | 0.48 |
| Hex | F0 | D3 | 4 | 0 | C | 62 | 6 | 35 | 61 | 30 |
| Octal | 360 | 323 | 4 | 0 | 14 | 142 | 6 | 65 | 141 | 60 |
| Binary | 11110000 | 11010011 | 100 | 0 | 1100 | 1100010 | 110 | 110101 | 1100001 | 110000 |
Color Harmonies of #F0D304
Complementary color
Monochromatic Colors of #F0D304
Black with #F0D304
Text Example
Text Example
White with #F0D304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D304; }
p { color: rgb(240,211,4); }
H1.HeaderClassName
{
color: #F0D304;
}
.AnyTagClassName
{
color: #F0D304;
}
</style>
background-color css
<style>
a { background-color: #F0D304; }
a { background-color: rgb(240,211,4); }
div.DivClassName
{
background-color: #F0D304;
}
.BgClassName
{
background-color: #F0D304;
}
</style>
border-color css
<style>
span { border-color: #F0D304; }
span { border-color: rgb(240,211,4); }
td.TdClassName
{
border-color: #F0D304;
}
.TagClassName
{
border-color: #F0D304;
}
</style>