Shades of Gold #F0D501
Tints of Gold #F0D501
RGB
CMYK
RGB Variations
Color information
#F0D501 (or 0xF0D501) is known color: Gold. HEX triplet: F0, D5 and 01. RGB value is (240,213,1). Sum of RGB (Red+Green+Blue) = 240+213+1=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 1 (0.78% from 255 or 0.22% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D501 is #0F2AFE. Grayscale: #C5C5C5. Windows color (decimal): -994047 or 120304. OLE color: 120304.
HSL color Cylindrical-coordinate representation of color #F0D501: hue angle of 53.22º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0D501 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.06 |
| HSL | 53.22º | 0.99% | 0.47% | - |
| HSV(B) | 53.22º | 1% | 0.94% | - |
| XYZ | 59.73 | 66.12 | 9.64 | - |
| YUV | 196.91 | 17.45 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 1 | 0 | 0.11 | 1.00 | 0.06 | 53.22 | 0.99 | 0.47 |
| Hex | F0 | D5 | 1 | 0 | B | 64 | 6 | 35 | 63 | 2F |
| Octal | 360 | 325 | 1 | 0 | 13 | 144 | 6 | 65 | 143 | 57 |
| Binary | 11110000 | 11010101 | 1 | 0 | 1011 | 1100100 | 110 | 110101 | 1100011 | 101111 |
Color Harmonies of #F0D501
Complementary color
Monochromatic Colors of #F0D501
Black with #F0D501
Text Example
Text Example
White with #F0D501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D501; }
p { color: rgb(240,213,1); }
H1.HeaderClassName
{
color: #F0D501;
}
.AnyTagClassName
{
color: #F0D501;
}
</style>
background-color css
<style>
a { background-color: #F0D501; }
a { background-color: rgb(240,213,1); }
div.DivClassName
{
background-color: #F0D501;
}
.BgClassName
{
background-color: #F0D501;
}
</style>
border-color css
<style>
span { border-color: #F0D501; }
span { border-color: rgb(240,213,1); }
td.TdClassName
{
border-color: #F0D501;
}
.TagClassName
{
border-color: #F0D501;
}
</style>