Shades of Gold #F2D209
Tints of Gold #F2D209
RGB
CMYK
RGB Variations
Color information
#F2D209 (or 0xF2D209) is known color: Gold. HEX triplet: F2, D2 and 09. RGB value is (242,210,9). Sum of RGB (Red+Green+Blue) = 242+210+9=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 9 (3.91% from 255 or 1.95% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D209 is #0D2DF6. Grayscale: #C5C5C5. Windows color (decimal): -863735 or 643826. OLE color: 643826.
HSL color Cylindrical-coordinate representation of color #F2D209: hue angle of 51.76º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2D209 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 9 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.05 |
| HSL | 51.76º | 0.93% | 0.49% | - |
| HSV(B) | 51.76º | 0.96% | 0.95% | - |
| XYZ | 59.71 | 64.99 | 9.66 | - |
| YUV | 196.65 | 22.1 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 9 | 0 | 0.13 | 0.96 | 0.05 | 51.76 | 0.93 | 0.49 |
| Hex | F2 | D2 | 9 | 0 | D | 60 | 5 | 34 | 5D | 31 |
| Octal | 362 | 322 | 11 | 0 | 15 | 140 | 5 | 64 | 135 | 61 |
| Binary | 11110010 | 11010010 | 1001 | 0 | 1101 | 1100000 | 101 | 110100 | 1011101 | 110001 |
Color Harmonies of #F2D209
Complementary color
Monochromatic Colors of #F2D209
Black with #F2D209
Text Example
Text Example
White with #F2D209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D209; }
p { color: rgb(242,210,9); }
H1.HeaderClassName
{
color: #F2D209;
}
.AnyTagClassName
{
color: #F2D209;
}
</style>
background-color css
<style>
a { background-color: #F2D209; }
a { background-color: rgb(242,210,9); }
div.DivClassName
{
background-color: #F2D209;
}
.BgClassName
{
background-color: #F2D209;
}
</style>
border-color css
<style>
span { border-color: #F2D209; }
span { border-color: rgb(242,210,9); }
td.TdClassName
{
border-color: #F2D209;
}
.TagClassName
{
border-color: #F2D209;
}
</style>