Shades of Gold #F9D405
Tints of Gold #F9D405
RGB
CMYK
RGB Variations
Color information
#F9D405 (or 0xF9D405) is known color: Gold. HEX triplet: F9, D4 and 05. RGB value is (249,212,5). Sum of RGB (Red+Green+Blue) = 249+212+5=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 5 (2.34% from 255 or 1.07% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D405 is #062BFA. Grayscale: #C8C8C8. Windows color (decimal): -404475 or 382201. OLE color: 382201.
HSL color Cylindrical-coordinate representation of color #F9D405: hue angle of 50.9º degrees, saturation: 0.96, 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 #F9D405 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 212 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.02 |
| HSL | 50.9º | 0.96% | 0.5% | - |
| HSV(B) | 50.9º | 0.98% | 0.98% | - |
| XYZ | 62.64 | 67.24 | 9.82 | - |
| YUV | 199.47 | 18.26 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 212 | 5 | 0 | 0.15 | 0.98 | 0.02 | 50.9 | 0.96 | 0.5 |
| Hex | F9 | D4 | 5 | 0 | F | 62 | 2 | 33 | 60 | 32 |
| Octal | 371 | 324 | 5 | 0 | 17 | 142 | 2 | 63 | 140 | 62 |
| Binary | 11111001 | 11010100 | 101 | 0 | 1111 | 1100010 | 10 | 110011 | 1100000 | 110010 |
Color Harmonies of #F9D405
Complementary color
Monochromatic Colors of #F9D405
Black with #F9D405
Text Example
Text Example
White with #F9D405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D405; }
p { color: rgb(249,212,5); }
H1.HeaderClassName
{
color: #F9D405;
}
.AnyTagClassName
{
color: #F9D405;
}
</style>
background-color css
<style>
a { background-color: #F9D405; }
a { background-color: rgb(249,212,5); }
div.DivClassName
{
background-color: #F9D405;
}
.BgClassName
{
background-color: #F9D405;
}
</style>
border-color css
<style>
span { border-color: #F9D405; }
span { border-color: rgb(249,212,5); }
td.TdClassName
{
border-color: #F9D405;
}
.TagClassName
{
border-color: #F9D405;
}
</style>