Shades of Gold #F9D409
Tints of Gold #F9D409
RGB
CMYK
RGB Variations
Color information
#F9D409 (or 0xF9D409) is known color: Gold. HEX triplet: F9, D4 and 09. RGB value is (249,212,9). Sum of RGB (Red+Green+Blue) = 249+212+9=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 9 (3.91% from 255 or 1.91% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D409 is #062BF6. Grayscale: #C8C8C8. Windows color (decimal): -404471 or 644345. OLE color: 644345.
HSL color Cylindrical-coordinate representation of color #F9D409: hue angle of 50.75º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9D409 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 212 | 9 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.02 |
| HSL | 50.75º | 0.95% | 0.51% | - |
| HSV(B) | 50.75º | 0.96% | 0.98% | - |
| XYZ | 62.66 | 67.25 | 9.94 | - |
| YUV | 199.92 | 20.26 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 212 | 9 | 0 | 0.15 | 0.96 | 0.02 | 50.75 | 0.95 | 0.51 |
| Hex | F9 | D4 | 9 | 0 | F | 60 | 2 | 33 | 5F | 33 |
| Octal | 371 | 324 | 11 | 0 | 17 | 140 | 2 | 63 | 137 | 63 |
| Binary | 11111001 | 11010100 | 1001 | 0 | 1111 | 1100000 | 10 | 110011 | 1011111 | 110011 |
Color Harmonies of #F9D409
Complementary color
Monochromatic Colors of #F9D409
Black with #F9D409
Text Example
Text Example
White with #F9D409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D409; }
p { color: rgb(249,212,9); }
H1.HeaderClassName
{
color: #F9D409;
}
.AnyTagClassName
{
color: #F9D409;
}
</style>
background-color css
<style>
a { background-color: #F9D409; }
a { background-color: rgb(249,212,9); }
div.DivClassName
{
background-color: #F9D409;
}
.BgClassName
{
background-color: #F9D409;
}
</style>
border-color css
<style>
span { border-color: #F9D409; }
span { border-color: rgb(249,212,9); }
td.TdClassName
{
border-color: #F9D409;
}
.TagClassName
{
border-color: #F9D409;
}
</style>