Shades of Gold #F9D40C
Tints of Gold #F9D40C
RGB
CMYK
RGB Variations
Color information
#F9D40C (or 0xF9D40C) is known color: Gold. HEX triplet: F9, D4 and 0C. RGB value is (249,212,12). Sum of RGB (Red+Green+Blue) = 249+212+12=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 12 (5.08% from 255 or 2.54% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D40C is #062BF3. Grayscale: #C9C9C9. Windows color (decimal): -404468 or 840953. OLE color: 840953.
HSL color Cylindrical-coordinate representation of color #F9D40C: hue angle of 50.63º 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 #F9D40C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 212 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.02 |
| HSL | 50.63º | 0.95% | 0.51% | - |
| HSV(B) | 50.63º | 0.95% | 0.98% | - |
| XYZ | 62.68 | 67.25 | 10.03 | - |
| YUV | 200.26 | 21.76 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 212 | 12 | 0 | 0.15 | 0.95 | 0.02 | 50.63 | 0.95 | 0.51 |
| Hex | F9 | D4 | C | 0 | F | 5F | 2 | 33 | 5F | 33 |
| Octal | 371 | 324 | 14 | 0 | 17 | 137 | 2 | 63 | 137 | 63 |
| Binary | 11111001 | 11010100 | 1100 | 0 | 1111 | 1011111 | 10 | 110011 | 1011111 | 110011 |
Color Harmonies of #F9D40C
Complementary color
Monochromatic Colors of #F9D40C
Black with #F9D40C
Text Example
Text Example
White with #F9D40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D40C; }
p { color: rgb(249,212,12); }
H1.HeaderClassName
{
color: #F9D40C;
}
.AnyTagClassName
{
color: #F9D40C;
}
</style>
background-color css
<style>
a { background-color: #F9D40C; }
a { background-color: rgb(249,212,12); }
div.DivClassName
{
background-color: #F9D40C;
}
.BgClassName
{
background-color: #F9D40C;
}
</style>
border-color css
<style>
span { border-color: #F9D40C; }
span { border-color: rgb(249,212,12); }
td.TdClassName
{
border-color: #F9D40C;
}
.TagClassName
{
border-color: #F9D40C;
}
</style>