Shades of Gold #F9D404
Tints of Gold #F9D404
RGB
CMYK
RGB Variations
Color information
#F9D404 (or 0xF9D404) is known color: Gold. HEX triplet: F9, D4 and 04. RGB value is (249,212,4). Sum of RGB (Red+Green+Blue) = 249+212+4=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 4 (1.95% from 255 or 0.86% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D404 is #062BFB. Grayscale: #C8C8C8. Windows color (decimal): -404476 or 316665. OLE color: 316665.
HSL color Cylindrical-coordinate representation of color #F9D404: hue angle of 50.94º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9D404 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 212 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.02 |
| HSL | 50.94º | 0.97% | 0.5% | - |
| HSV(B) | 50.94º | 0.98% | 0.98% | - |
| XYZ | 62.63 | 67.24 | 9.79 | - |
| YUV | 199.35 | 17.76 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 212 | 4 | 0 | 0.15 | 0.98 | 0.02 | 50.94 | 0.97 | 0.5 |
| Hex | F9 | D4 | 4 | 0 | F | 62 | 2 | 33 | 61 | 32 |
| Octal | 371 | 324 | 4 | 0 | 17 | 142 | 2 | 63 | 141 | 62 |
| Binary | 11111001 | 11010100 | 100 | 0 | 1111 | 1100010 | 10 | 110011 | 1100001 | 110010 |
Color Harmonies of #F9D404
Complementary color
Monochromatic Colors of #F9D404
Black with #F9D404
Text Example
Text Example
White with #F9D404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D404; }
p { color: rgb(249,212,4); }
H1.HeaderClassName
{
color: #F9D404;
}
.AnyTagClassName
{
color: #F9D404;
}
</style>
background-color css
<style>
a { background-color: #F9D404; }
a { background-color: rgb(249,212,4); }
div.DivClassName
{
background-color: #F9D404;
}
.BgClassName
{
background-color: #F9D404;
}
</style>
border-color css
<style>
span { border-color: #F9D404; }
span { border-color: rgb(249,212,4); }
td.TdClassName
{
border-color: #F9D404;
}
.TagClassName
{
border-color: #F9D404;
}
</style>