Shades of Gold #F8D209
Tints of Gold #F8D209
RGB
CMYK
RGB Variations
Color information
#F8D209 (or 0xF8D209) is known color: Gold. HEX triplet: F8, D2 and 09. RGB value is (248,210,9). Sum of RGB (Red+Green+Blue) = 248+210+9=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 9 (3.91% from 255 or 1.93% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D209 is #072DF6. Grayscale: #C7C7C7. Windows color (decimal): -470519 or 643832. OLE color: 643832.
HSL color Cylindrical-coordinate representation of color #F8D209: hue angle of 50.46º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8D209 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 9 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.03 |
| HSL | 50.46º | 0.94% | 0.5% | - |
| HSV(B) | 50.46º | 0.96% | 0.97% | - |
| XYZ | 61.81 | 66.07 | 9.75 | - |
| YUV | 198.45 | 21.09 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 9 | 0 | 0.15 | 0.96 | 0.03 | 50.46 | 0.94 | 0.5 |
| Hex | F8 | D2 | 9 | 0 | F | 60 | 3 | 32 | 5E | 32 |
| Octal | 370 | 322 | 11 | 0 | 17 | 140 | 3 | 62 | 136 | 62 |
| Binary | 11111000 | 11010010 | 1001 | 0 | 1111 | 1100000 | 11 | 110010 | 1011110 | 110010 |
Color Harmonies of #F8D209
Complementary color
Monochromatic Colors of #F8D209
Black with #F8D209
Text Example
Text Example
White with #F8D209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D209; }
p { color: rgb(248,210,9); }
H1.HeaderClassName
{
color: #F8D209;
}
.AnyTagClassName
{
color: #F8D209;
}
</style>
background-color css
<style>
a { background-color: #F8D209; }
a { background-color: rgb(248,210,9); }
div.DivClassName
{
background-color: #F8D209;
}
.BgClassName
{
background-color: #F8D209;
}
</style>
border-color css
<style>
span { border-color: #F8D209; }
span { border-color: rgb(248,210,9); }
td.TdClassName
{
border-color: #F8D209;
}
.TagClassName
{
border-color: #F8D209;
}
</style>