Shades of Gold #F2D410
Tints of Gold #F2D410
RGB
CMYK
RGB Variations
Color information
#F2D410 (or 0xF2D410) is known color: Gold. HEX triplet: F2, D4 and 10. RGB value is (242,212,16). Sum of RGB (Red+Green+Blue) = 242+212+16=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 16 (6.64% from 255 or 3.40% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D410 is #0D2BEF. Grayscale: #C7C7C7. Windows color (decimal): -863216 or 1103090. OLE color: 1103090.
HSL color Cylindrical-coordinate representation of color #F2D410: hue angle of 52.04º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2D410 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 16 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.05 |
| HSL | 52.04º | 0.9% | 0.51% | - |
| HSV(B) | 52.04º | 0.93% | 0.95% | - |
| XYZ | 60.25 | 66 | 10.05 | - |
| YUV | 198.63 | 24.94 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 16 | 0 | 0.12 | 0.93 | 0.05 | 52.04 | 0.9 | 0.51 |
| Hex | F2 | D4 | 10 | 0 | C | 5D | 5 | 34 | 5A | 33 |
| Octal | 362 | 324 | 20 | 0 | 14 | 135 | 5 | 64 | 132 | 63 |
| Binary | 11110010 | 11010100 | 10000 | 0 | 1100 | 1011101 | 101 | 110100 | 1011010 | 110011 |
Color Harmonies of #F2D410
Complementary color
Monochromatic Colors of #F2D410
Black with #F2D410
Text Example
Text Example
White with #F2D410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D410; }
p { color: rgb(242,212,16); }
H1.HeaderClassName
{
color: #F2D410;
}
.AnyTagClassName
{
color: #F2D410;
}
</style>
background-color css
<style>
a { background-color: #F2D410; }
a { background-color: rgb(242,212,16); }
div.DivClassName
{
background-color: #F2D410;
}
.BgClassName
{
background-color: #F2D410;
}
</style>
border-color css
<style>
span { border-color: #F2D410; }
span { border-color: rgb(242,212,16); }
td.TdClassName
{
border-color: #F2D410;
}
.TagClassName
{
border-color: #F2D410;
}
</style>