Shades of Gold #F0D50D
Tints of Gold #F0D50D
RGB
CMYK
RGB Variations
Color information
#F0D50D (or 0xF0D50D) is known color: Gold. HEX triplet: F0, D5 and 0D. RGB value is (240,213,13). Sum of RGB (Red+Green+Blue) = 240+213+13=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D50D is #0F2AF2. Grayscale: #C7C7C7. Windows color (decimal): -994035 or 906736. OLE color: 906736.
HSL color Cylindrical-coordinate representation of color #F0D50D: hue angle of 52.86º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0D50D is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 13 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.06 |
| HSL | 52.86º | 0.9% | 0.5% | - |
| HSV(B) | 52.86º | 0.95% | 0.94% | - |
| XYZ | 59.8 | 66.14 | 10 | - |
| YUV | 198.27 | 23.45 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 13 | 0 | 0.11 | 0.95 | 0.06 | 52.86 | 0.9 | 0.5 |
| Hex | F0 | D5 | D | 0 | B | 5F | 6 | 35 | 5A | 32 |
| Octal | 360 | 325 | 15 | 0 | 13 | 137 | 6 | 65 | 132 | 62 |
| Binary | 11110000 | 11010101 | 1101 | 0 | 1011 | 1011111 | 110 | 110101 | 1011010 | 110010 |
Color Harmonies of #F0D50D
Complementary color
Monochromatic Colors of #F0D50D
Black with #F0D50D
Text Example
Text Example
White with #F0D50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D50D; }
p { color: rgb(240,213,13); }
H1.HeaderClassName
{
color: #F0D50D;
}
.AnyTagClassName
{
color: #F0D50D;
}
</style>
background-color css
<style>
a { background-color: #F0D50D; }
a { background-color: rgb(240,213,13); }
div.DivClassName
{
background-color: #F0D50D;
}
.BgClassName
{
background-color: #F0D50D;
}
</style>
border-color css
<style>
span { border-color: #F0D50D; }
span { border-color: rgb(240,213,13); }
td.TdClassName
{
border-color: #F0D50D;
}
.TagClassName
{
border-color: #F0D50D;
}
</style>