Shades of Gold #F9D407
Tints of Gold #F9D407
RGB
CMYK
RGB Variations
Color information
#F9D407 (or 0xF9D407) is known color: Gold. HEX triplet: F9, D4 and 07. RGB value is (249,212,7). Sum of RGB (Red+Green+Blue) = 249+212+7=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 7 (3.12% from 255 or 1.50% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D407 is #062BF8. Grayscale: #C8C8C8. Windows color (decimal): -404473 or 513273. OLE color: 513273.
HSL color Cylindrical-coordinate representation of color #F9D407: hue angle of 50.83º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F9D407 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 212 | 7 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.02 |
| HSL | 50.83º | 0.95% | 0.5% | - |
| HSV(B) | 50.83º | 0.97% | 0.98% | - |
| XYZ | 62.65 | 67.24 | 9.88 | - |
| YUV | 199.69 | 19.26 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 212 | 7 | 0 | 0.15 | 0.97 | 0.02 | 50.83 | 0.95 | 0.5 |
| Hex | F9 | D4 | 7 | 0 | F | 61 | 2 | 33 | 5F | 32 |
| Octal | 371 | 324 | 7 | 0 | 17 | 141 | 2 | 63 | 137 | 62 |
| Binary | 11111001 | 11010100 | 111 | 0 | 1111 | 1100001 | 10 | 110011 | 1011111 | 110010 |
Color Harmonies of #F9D407
Complementary color
Monochromatic Colors of #F9D407
Black with #F9D407
Text Example
Text Example
White with #F9D407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D407; }
p { color: rgb(249,212,7); }
H1.HeaderClassName
{
color: #F9D407;
}
.AnyTagClassName
{
color: #F9D407;
}
</style>
background-color css
<style>
a { background-color: #F9D407; }
a { background-color: rgb(249,212,7); }
div.DivClassName
{
background-color: #F9D407;
}
.BgClassName
{
background-color: #F9D407;
}
</style>
border-color css
<style>
span { border-color: #F9D407; }
span { border-color: rgb(249,212,7); }
td.TdClassName
{
border-color: #F9D407;
}
.TagClassName
{
border-color: #F9D407;
}
</style>