Shades of Gold #F9D20F
Tints of Gold #F9D20F
RGB
CMYK
RGB Variations
Color information
#F9D20F (or 0xF9D20F) is known color: Gold. HEX triplet: F9, D2 and 0F. RGB value is (249,210,15). Sum of RGB (Red+Green+Blue) = 249+210+15=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 15 (6.25% from 255 or 3.16% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D20F is #062DF0. Grayscale: #C8C8C8. Windows color (decimal): -404977 or 1037049. OLE color: 1037049.
HSL color Cylindrical-coordinate representation of color #F9D20F: hue angle of 50º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9D20F is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 210 | 15 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.02 |
| HSL | 50º | 0.95% | 0.52% | - |
| HSV(B) | 50º | 0.94% | 0.98% | - |
| XYZ | 62.2 | 66.27 | 9.96 | - |
| YUV | 199.43 | 23.92 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 210 | 15 | 0 | 0.16 | 0.94 | 0.02 | 50 | 0.95 | 0.52 |
| Hex | F9 | D2 | F | 0 | 10 | 5E | 2 | 32 | 5F | 34 |
| Octal | 371 | 322 | 17 | 0 | 20 | 136 | 2 | 62 | 137 | 64 |
| Binary | 11111001 | 11010010 | 1111 | 0 | 10000 | 1011110 | 10 | 110010 | 1011111 | 110100 |
Color Harmonies of #F9D20F
Complementary color
Monochromatic Colors of #F9D20F
Black with #F9D20F
Text Example
Text Example
White with #F9D20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D20F; }
p { color: rgb(249,210,15); }
H1.HeaderClassName
{
color: #F9D20F;
}
.AnyTagClassName
{
color: #F9D20F;
}
</style>
background-color css
<style>
a { background-color: #F9D20F; }
a { background-color: rgb(249,210,15); }
div.DivClassName
{
background-color: #F9D20F;
}
.BgClassName
{
background-color: #F9D20F;
}
</style>
border-color css
<style>
span { border-color: #F9D20F; }
span { border-color: rgb(249,210,15); }
td.TdClassName
{
border-color: #F9D20F;
}
.TagClassName
{
border-color: #F9D20F;
}
</style>