Shades of Gold #F9D70D
Tints of Gold #F9D70D
RGB
CMYK
RGB Variations
Color information
#F9D70D (or 0xF9D70D) is known color: Gold. HEX triplet: F9, D7 and 0D. RGB value is (249,215,13). Sum of RGB (Red+Green+Blue) = 249+215+13=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 13 (5.47% from 255 or 2.73% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D70D is #0628F2. Grayscale: #CACACA. Windows color (decimal): -403699 or 907257. OLE color: 907257.
HSL color Cylindrical-coordinate representation of color #F9D70D: hue angle of 51.36º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9D70D is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 215 | 13 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.02 |
| HSL | 51.36º | 0.95% | 0.51% | - |
| HSV(B) | 51.36º | 0.95% | 0.98% | - |
| XYZ | 63.44 | 68.77 | 10.31 | - |
| YUV | 202.14 | 21.26 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 215 | 13 | 0 | 0.14 | 0.95 | 0.02 | 51.36 | 0.95 | 0.51 |
| Hex | F9 | D7 | D | 0 | E | 5F | 2 | 33 | 5F | 33 |
| Octal | 371 | 327 | 15 | 0 | 16 | 137 | 2 | 63 | 137 | 63 |
| Binary | 11111001 | 11010111 | 1101 | 0 | 1110 | 1011111 | 10 | 110011 | 1011111 | 110011 |
Color Harmonies of #F9D70D
Complementary color
Monochromatic Colors of #F9D70D
Black with #F9D70D
Text Example
Text Example
White with #F9D70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D70D; }
p { color: rgb(249,215,13); }
H1.HeaderClassName
{
color: #F9D70D;
}
.AnyTagClassName
{
color: #F9D70D;
}
</style>
background-color css
<style>
a { background-color: #F9D70D; }
a { background-color: rgb(249,215,13); }
div.DivClassName
{
background-color: #F9D70D;
}
.BgClassName
{
background-color: #F9D70D;
}
</style>
border-color css
<style>
span { border-color: #F9D70D; }
span { border-color: rgb(249,215,13); }
td.TdClassName
{
border-color: #F9D70D;
}
.TagClassName
{
border-color: #F9D70D;
}
</style>