Shades of Gold #F0D505
Tints of Gold #F0D505
RGB
CMYK
RGB Variations
Color information
#F0D505 (or 0xF0D505) is known color: Gold. HEX triplet: F0, D5 and 05. RGB value is (240,213,5). Sum of RGB (Red+Green+Blue) = 240+213+5=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 5 (2.34% from 255 or 1.09% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D505 is #0F2AFA. Grayscale: #C6C6C6. Windows color (decimal): -994043 or 382448. OLE color: 382448.
HSL color Cylindrical-coordinate representation of color #F0D505: hue angle of 53.11º degrees, saturation: 0.96, 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 #F0D505 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 5 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.06 |
| HSL | 53.11º | 0.96% | 0.48% | - |
| HSV(B) | 53.11º | 0.98% | 0.94% | - |
| XYZ | 59.76 | 66.12 | 9.76 | - |
| YUV | 197.36 | 19.45 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 5 | 0 | 0.11 | 0.98 | 0.06 | 53.11 | 0.96 | 0.48 |
| Hex | F0 | D5 | 5 | 0 | B | 62 | 6 | 35 | 60 | 30 |
| Octal | 360 | 325 | 5 | 0 | 13 | 142 | 6 | 65 | 140 | 60 |
| Binary | 11110000 | 11010101 | 101 | 0 | 1011 | 1100010 | 110 | 110101 | 1100000 | 110000 |
Color Harmonies of #F0D505
Complementary color
Monochromatic Colors of #F0D505
Black with #F0D505
Text Example
Text Example
White with #F0D505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D505; }
p { color: rgb(240,213,5); }
H1.HeaderClassName
{
color: #F0D505;
}
.AnyTagClassName
{
color: #F0D505;
}
</style>
background-color css
<style>
a { background-color: #F0D505; }
a { background-color: rgb(240,213,5); }
div.DivClassName
{
background-color: #F0D505;
}
.BgClassName
{
background-color: #F0D505;
}
</style>
border-color css
<style>
span { border-color: #F0D505; }
span { border-color: rgb(240,213,5); }
td.TdClassName
{
border-color: #F0D505;
}
.TagClassName
{
border-color: #F0D505;
}
</style>