Shades of Gold #F2D108
Tints of Gold #F2D108
RGB
CMYK
RGB Variations
Color information
#F2D108 (or 0xF2D108) is known color: Gold. HEX triplet: F2, D1 and 08. RGB value is (242,209,8). Sum of RGB (Red+Green+Blue) = 242+209+8=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 8 (3.52% from 255 or 1.74% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D108 is #0D2EF7. Grayscale: #C4C4C4. Windows color (decimal): -863992 or 578034. OLE color: 578034.
HSL color Cylindrical-coordinate representation of color #F2D108: hue angle of 51.54º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2D108 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 8 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.05 |
| HSL | 51.54º | 0.94% | 0.49% | - |
| HSV(B) | 51.54º | 0.97% | 0.95% | - |
| XYZ | 59.46 | 64.5 | 9.54 | - |
| YUV | 195.95 | 21.93 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 8 | 0 | 0.14 | 0.97 | 0.05 | 51.54 | 0.94 | 0.49 |
| Hex | F2 | D1 | 8 | 0 | E | 61 | 5 | 34 | 5E | 31 |
| Octal | 362 | 321 | 10 | 0 | 16 | 141 | 5 | 64 | 136 | 61 |
| Binary | 11110010 | 11010001 | 1000 | 0 | 1110 | 1100001 | 101 | 110100 | 1011110 | 110001 |
Color Harmonies of #F2D108
Complementary color
Monochromatic Colors of #F2D108
Black with #F2D108
Text Example
Text Example
White with #F2D108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D108; }
p { color: rgb(242,209,8); }
H1.HeaderClassName
{
color: #F2D108;
}
.AnyTagClassName
{
color: #F2D108;
}
</style>
background-color css
<style>
a { background-color: #F2D108; }
a { background-color: rgb(242,209,8); }
div.DivClassName
{
background-color: #F2D108;
}
.BgClassName
{
background-color: #F2D108;
}
</style>
border-color css
<style>
span { border-color: #F2D108; }
span { border-color: rgb(242,209,8); }
td.TdClassName
{
border-color: #F2D108;
}
.TagClassName
{
border-color: #F2D108;
}
</style>