Shades of Gold #F2D10D
Tints of Gold #F2D10D
RGB
CMYK
RGB Variations
Color information
#F2D10D (or 0xF2D10D) is known color: Gold. HEX triplet: F2, D1 and 0D. RGB value is (242,209,13). Sum of RGB (Red+Green+Blue) = 242+209+13=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 13 (5.47% from 255 or 2.80% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D10D is #0D2EF2. Grayscale: #C5C5C5. Windows color (decimal): -863987 or 905714. OLE color: 905714.
HSL color Cylindrical-coordinate representation of color #F2D10D: hue angle of 51.35º degrees, saturation: 0.9, 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 #F2D10D is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 13 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.05 |
| HSL | 51.35º | 0.9% | 0.5% | - |
| HSV(B) | 51.35º | 0.95% | 0.95% | - |
| XYZ | 59.49 | 64.51 | 9.7 | - |
| YUV | 196.52 | 24.43 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 13 | 0 | 0.14 | 0.95 | 0.05 | 51.35 | 0.9 | 0.5 |
| Hex | F2 | D1 | D | 0 | E | 5F | 5 | 33 | 5A | 32 |
| Octal | 362 | 321 | 15 | 0 | 16 | 137 | 5 | 63 | 132 | 62 |
| Binary | 11110010 | 11010001 | 1101 | 0 | 1110 | 1011111 | 101 | 110011 | 1011010 | 110010 |
Color Harmonies of #F2D10D
Complementary color
Monochromatic Colors of #F2D10D
Black with #F2D10D
Text Example
Text Example
White with #F2D10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D10D; }
p { color: rgb(242,209,13); }
H1.HeaderClassName
{
color: #F2D10D;
}
.AnyTagClassName
{
color: #F2D10D;
}
</style>
background-color css
<style>
a { background-color: #F2D10D; }
a { background-color: rgb(242,209,13); }
div.DivClassName
{
background-color: #F2D10D;
}
.BgClassName
{
background-color: #F2D10D;
}
</style>
border-color css
<style>
span { border-color: #F2D10D; }
span { border-color: rgb(242,209,13); }
td.TdClassName
{
border-color: #F2D10D;
}
.TagClassName
{
border-color: #F2D10D;
}
</style>