Shades of Gold #F9D200
Tints of Gold #F9D200
RGB
CMYK
RGB Variations
Color information
#F9D200 (or 0xF9D200) is known color: Gold. HEX triplet: F9, D2 and 00. RGB value is (249,210,0). Sum of RGB (Red+Green+Blue) = 249+210+0=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D200 is #062DFF. Grayscale: #C6C6C6. Windows color (decimal): -404992 or 54009. OLE color: 54009.
HSL color Cylindrical-coordinate representation of color #F9D200: hue angle of 50.6º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9D200 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 210 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.02 |
| HSL | 50.6º | 1% | 0.49% | - |
| HSV(B) | 50.6º | 1% | 0.98% | - |
| XYZ | 62.11 | 66.23 | 9.51 | - |
| YUV | 197.72 | 16.42 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 210 | 0 | 0 | 0.16 | 1 | 0.02 | 50.6 | 1 | 0.49 |
| Hex | F9 | D2 | 0 | 0 | 10 | 64 | 2 | 33 | 64 | 31 |
| Octal | 371 | 322 | 0 | 0 | 20 | 144 | 2 | 63 | 144 | 61 |
| Binary | 11111001 | 11010010 | 0 | 0 | 10000 | 1100100 | 10 | 110011 | 1100100 | 110001 |
Color Harmonies of #F9D200
Complementary color
Monochromatic Colors of #F9D200
Black with #F9D200
Text Example
Text Example
White with #F9D200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D200; }
p { color: rgb(249,210,0); }
H1.HeaderClassName
{
color: #F9D200;
}
.AnyTagClassName
{
color: #F9D200;
}
</style>
background-color css
<style>
a { background-color: #F9D200; }
a { background-color: rgb(249,210,0); }
div.DivClassName
{
background-color: #F9D200;
}
.BgClassName
{
background-color: #F9D200;
}
</style>
border-color css
<style>
span { border-color: #F9D200; }
span { border-color: rgb(249,210,0); }
td.TdClassName
{
border-color: #F9D200;
}
.TagClassName
{
border-color: #F9D200;
}
</style>