Shades of Gold #F9D705
Tints of Gold #F9D705
RGB
CMYK
RGB Variations
Color information
#F9D705 (or 0xF9D705) is known color: Gold. HEX triplet: F9, D7 and 05. RGB value is (249,215,5). Sum of RGB (Red+Green+Blue) = 249+215+5=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 5 (2.34% from 255 or 1.07% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D705 is #0628FA. Grayscale: #CACACA. Windows color (decimal): -403707 or 382969. OLE color: 382969.
HSL color Cylindrical-coordinate representation of color #F9D705: hue angle of 51.64º 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 #F9D705 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 215 | 5 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.02 |
| HSL | 51.64º | 0.96% | 0.5% | - |
| HSV(B) | 51.64º | 0.98% | 0.98% | - |
| XYZ | 63.39 | 68.75 | 10.07 | - |
| YUV | 201.23 | 17.26 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 215 | 5 | 0 | 0.14 | 0.98 | 0.02 | 51.64 | 0.96 | 0.5 |
| Hex | F9 | D7 | 5 | 0 | E | 62 | 2 | 34 | 60 | 32 |
| Octal | 371 | 327 | 5 | 0 | 16 | 142 | 2 | 64 | 140 | 62 |
| Binary | 11111001 | 11010111 | 101 | 0 | 1110 | 1100010 | 10 | 110100 | 1100000 | 110010 |
Color Harmonies of #F9D705
Complementary color
Monochromatic Colors of #F9D705
Black with #F9D705
Text Example
Text Example
White with #F9D705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D705; }
p { color: rgb(249,215,5); }
H1.HeaderClassName
{
color: #F9D705;
}
.AnyTagClassName
{
color: #F9D705;
}
</style>
background-color css
<style>
a { background-color: #F9D705; }
a { background-color: rgb(249,215,5); }
div.DivClassName
{
background-color: #F9D705;
}
.BgClassName
{
background-color: #F9D705;
}
</style>
border-color css
<style>
span { border-color: #F9D705; }
span { border-color: rgb(249,215,5); }
td.TdClassName
{
border-color: #F9D705;
}
.TagClassName
{
border-color: #F9D705;
}
</style>