Shades of Gold #F9D511
Tints of Gold #F9D511
RGB
CMYK
RGB Variations
Color information
#F9D511 (or 0xF9D511) is known color: Gold. HEX triplet: F9, D5 and 11. RGB value is (249,213,17). Sum of RGB (Red+Green+Blue) = 249+213+17=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 17 (7.03% from 255 or 3.55% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D511 is #062AEE. Grayscale: #CACACA. Windows color (decimal): -404207 or 1168889. OLE color: 1168889.
HSL color Cylindrical-coordinate representation of color #F9D511: hue angle of 50.69º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9D511 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 213 | 17 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.02 |
| HSL | 50.69º | 0.95% | 0.52% | - |
| HSV(B) | 50.69º | 0.93% | 0.98% | - |
| XYZ | 62.96 | 67.77 | 10.29 | - |
| YUV | 201.42 | 23.93 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 213 | 17 | 0 | 0.14 | 0.93 | 0.02 | 50.69 | 0.95 | 0.52 |
| Hex | F9 | D5 | 11 | 0 | E | 5D | 2 | 33 | 5F | 34 |
| Octal | 371 | 325 | 21 | 0 | 16 | 135 | 2 | 63 | 137 | 64 |
| Binary | 11111001 | 11010101 | 10001 | 0 | 1110 | 1011101 | 10 | 110011 | 1011111 | 110100 |
Color Harmonies of #F9D511
Complementary color
Monochromatic Colors of #F9D511
Black with #F9D511
Text Example
Text Example
White with #F9D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D511; }
p { color: rgb(249,213,17); }
H1.HeaderClassName
{
color: #F9D511;
}
.AnyTagClassName
{
color: #F9D511;
}
</style>
background-color css
<style>
a { background-color: #F9D511; }
a { background-color: rgb(249,213,17); }
div.DivClassName
{
background-color: #F9D511;
}
.BgClassName
{
background-color: #F9D511;
}
</style>
border-color css
<style>
span { border-color: #F9D511; }
span { border-color: rgb(249,213,17); }
td.TdClassName
{
border-color: #F9D511;
}
.TagClassName
{
border-color: #F9D511;
}
</style>