Shades of Gold #F0D102
Tints of Gold #F0D102
RGB
CMYK
RGB Variations
Color information
#F0D102 (or 0xF0D102) is known color: Gold. HEX triplet: F0, D1 and 02. RGB value is (240,209,2). Sum of RGB (Red+Green+Blue) = 240+209+2=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 2 (1.17% from 255 or 0.44% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D102 is #0F2EFD. Grayscale: #C3C3C3. Windows color (decimal): -995070 or 184816. OLE color: 184816.
HSL color Cylindrical-coordinate representation of color #F0D102: hue angle of 52.18º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0D102 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.06 |
| HSL | 52.18º | 0.98% | 0.47% | - |
| HSV(B) | 52.18º | 0.99% | 0.94% | - |
| XYZ | 58.75 | 64.13 | 9.34 | - |
| YUV | 194.67 | 19.27 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 2 | 0 | 0.13 | 0.99 | 0.06 | 52.18 | 0.98 | 0.47 |
| Hex | F0 | D1 | 2 | 0 | D | 63 | 6 | 34 | 62 | 2F |
| Octal | 360 | 321 | 2 | 0 | 15 | 143 | 6 | 64 | 142 | 57 |
| Binary | 11110000 | 11010001 | 10 | 0 | 1101 | 1100011 | 110 | 110100 | 1100010 | 101111 |
Color Harmonies of #F0D102
Complementary color
Monochromatic Colors of #F0D102
Black with #F0D102
Text Example
Text Example
White with #F0D102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D102; }
p { color: rgb(240,209,2); }
H1.HeaderClassName
{
color: #F0D102;
}
.AnyTagClassName
{
color: #F0D102;
}
</style>
background-color css
<style>
a { background-color: #F0D102; }
a { background-color: rgb(240,209,2); }
div.DivClassName
{
background-color: #F0D102;
}
.BgClassName
{
background-color: #F0D102;
}
</style>
border-color css
<style>
span { border-color: #F0D102; }
span { border-color: rgb(240,209,2); }
td.TdClassName
{
border-color: #F0D102;
}
.TagClassName
{
border-color: #F0D102;
}
</style>