Shades of Gold #F2D10C
Tints of Gold #F2D10C
RGB
CMYK
RGB Variations
Color information
#F2D10C (or 0xF2D10C) is known color: Gold. HEX triplet: F2, D1 and 0C. RGB value is (242,209,12). Sum of RGB (Red+Green+Blue) = 242+209+12=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D10C is #0D2EF3. Grayscale: #C5C5C5. Windows color (decimal): -863988 or 840178. OLE color: 840178.
HSL color Cylindrical-coordinate representation of color #F2D10C: hue angle of 51.39º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2D10C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.05 |
| HSL | 51.39º | 0.91% | 0.5% | - |
| HSV(B) | 51.39º | 0.95% | 0.95% | - |
| XYZ | 59.48 | 64.5 | 9.66 | - |
| YUV | 196.41 | 23.93 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 12 | 0 | 0.14 | 0.95 | 0.05 | 51.39 | 0.91 | 0.5 |
| Hex | F2 | D1 | C | 0 | E | 5F | 5 | 33 | 5B | 32 |
| Octal | 362 | 321 | 14 | 0 | 16 | 137 | 5 | 63 | 133 | 62 |
| Binary | 11110010 | 11010001 | 1100 | 0 | 1110 | 1011111 | 101 | 110011 | 1011011 | 110010 |
Color Harmonies of #F2D10C
Complementary color
Monochromatic Colors of #F2D10C
Black with #F2D10C
Text Example
Text Example
White with #F2D10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D10C; }
p { color: rgb(242,209,12); }
H1.HeaderClassName
{
color: #F2D10C;
}
.AnyTagClassName
{
color: #F2D10C;
}
</style>
background-color css
<style>
a { background-color: #F2D10C; }
a { background-color: rgb(242,209,12); }
div.DivClassName
{
background-color: #F2D10C;
}
.BgClassName
{
background-color: #F2D10C;
}
</style>
border-color css
<style>
span { border-color: #F2D10C; }
span { border-color: rgb(242,209,12); }
td.TdClassName
{
border-color: #F2D10C;
}
.TagClassName
{
border-color: #F2D10C;
}
</style>