Shades of Gold #F8D205
Tints of Gold #F8D205
RGB
CMYK
RGB Variations
Color information
#F8D205 (or 0xF8D205) is known color: Gold. HEX triplet: F8, D2 and 05. RGB value is (248,210,5). Sum of RGB (Red+Green+Blue) = 248+210+5=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 5 (2.34% from 255 or 1.08% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D205 is #072DFA. Grayscale: #C6C6C6. Windows color (decimal): -470523 or 381688. OLE color: 381688.
HSL color Cylindrical-coordinate representation of color #F8D205: hue angle of 50.62º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8D205 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.03 |
| HSL | 50.62º | 0.96% | 0.5% | - |
| HSV(B) | 50.62º | 0.98% | 0.97% | - |
| XYZ | 61.79 | 66.06 | 9.64 | - |
| YUV | 197.99 | 19.09 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 5 | 0 | 0.15 | 0.98 | 0.03 | 50.62 | 0.96 | 0.5 |
| Hex | F8 | D2 | 5 | 0 | F | 62 | 3 | 33 | 60 | 32 |
| Octal | 370 | 322 | 5 | 0 | 17 | 142 | 3 | 63 | 140 | 62 |
| Binary | 11111000 | 11010010 | 101 | 0 | 1111 | 1100010 | 11 | 110011 | 1100000 | 110010 |
Color Harmonies of #F8D205
Complementary color
Monochromatic Colors of #F8D205
Black with #F8D205
Text Example
Text Example
White with #F8D205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D205; }
p { color: rgb(248,210,5); }
H1.HeaderClassName
{
color: #F8D205;
}
.AnyTagClassName
{
color: #F8D205;
}
</style>
background-color css
<style>
a { background-color: #F8D205; }
a { background-color: rgb(248,210,5); }
div.DivClassName
{
background-color: #F8D205;
}
.BgClassName
{
background-color: #F8D205;
}
</style>
border-color css
<style>
span { border-color: #F8D205; }
span { border-color: rgb(248,210,5); }
td.TdClassName
{
border-color: #F8D205;
}
.TagClassName
{
border-color: #F8D205;
}
</style>