Shades of Gold #F2D10B
Tints of Gold #F2D10B
RGB
CMYK
RGB Variations
Color information
#F2D10B (or 0xF2D10B) is known color: Gold. HEX triplet: F2, D1 and 0B. RGB value is (242,209,11). Sum of RGB (Red+Green+Blue) = 242+209+11=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 11 (4.69% from 255 or 2.38% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D10B is #0D2EF4. Grayscale: #C5C5C5. Windows color (decimal): -863989 or 774642. OLE color: 774642.
HSL color Cylindrical-coordinate representation of color #F2D10B: hue angle of 51.43º 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 #F2D10B is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 11 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.05 |
| HSL | 51.43º | 0.91% | 0.5% | - |
| HSV(B) | 51.43º | 0.95% | 0.95% | - |
| XYZ | 59.48 | 64.5 | 9.63 | - |
| YUV | 196.3 | 23.43 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 11 | 0 | 0.14 | 0.95 | 0.05 | 51.43 | 0.91 | 0.5 |
| Hex | F2 | D1 | B | 0 | E | 5F | 5 | 33 | 5B | 32 |
| Octal | 362 | 321 | 13 | 0 | 16 | 137 | 5 | 63 | 133 | 62 |
| Binary | 11110010 | 11010001 | 1011 | 0 | 1110 | 1011111 | 101 | 110011 | 1011011 | 110010 |
Color Harmonies of #F2D10B
Complementary color
Monochromatic Colors of #F2D10B
Black with #F2D10B
Text Example
Text Example
White with #F2D10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D10B; }
p { color: rgb(242,209,11); }
H1.HeaderClassName
{
color: #F2D10B;
}
.AnyTagClassName
{
color: #F2D10B;
}
</style>
background-color css
<style>
a { background-color: #F2D10B; }
a { background-color: rgb(242,209,11); }
div.DivClassName
{
background-color: #F2D10B;
}
.BgClassName
{
background-color: #F2D10B;
}
</style>
border-color css
<style>
span { border-color: #F2D10B; }
span { border-color: rgb(242,209,11); }
td.TdClassName
{
border-color: #F2D10B;
}
.TagClassName
{
border-color: #F2D10B;
}
</style>