Shades of Gold #F8D105
Tints of Gold #F8D105
RGB
CMYK
RGB Variations
Color information
#F8D105 (or 0xF8D105) is known color: Gold. HEX triplet: F8, D1 and 05. RGB value is (248,209,5). Sum of RGB (Red+Green+Blue) = 248+209+5=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 5 (2.34% from 255 or 1.08% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D105 is #072EFA. Grayscale: #C6C6C6. Windows color (decimal): -470779 or 381432. OLE color: 381432.
HSL color Cylindrical-coordinate representation of color #F8D105: hue angle of 50.37º 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 #F8D105 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.03 |
| HSL | 50.37º | 0.96% | 0.5% | - |
| HSV(B) | 50.37º | 0.98% | 0.97% | - |
| XYZ | 61.54 | 65.57 | 9.56 | - |
| YUV | 197.41 | 19.42 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 5 | 0 | 0.16 | 0.98 | 0.03 | 50.37 | 0.96 | 0.5 |
| Hex | F8 | D1 | 5 | 0 | 10 | 62 | 3 | 32 | 60 | 32 |
| Octal | 370 | 321 | 5 | 0 | 20 | 142 | 3 | 62 | 140 | 62 |
| Binary | 11111000 | 11010001 | 101 | 0 | 10000 | 1100010 | 11 | 110010 | 1100000 | 110010 |
Color Harmonies of #F8D105
Complementary color
Monochromatic Colors of #F8D105
Black with #F8D105
Text Example
Text Example
White with #F8D105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D105; }
p { color: rgb(248,209,5); }
H1.HeaderClassName
{
color: #F8D105;
}
.AnyTagClassName
{
color: #F8D105;
}
</style>
background-color css
<style>
a { background-color: #F8D105; }
a { background-color: rgb(248,209,5); }
div.DivClassName
{
background-color: #F8D105;
}
.BgClassName
{
background-color: #F8D105;
}
</style>
border-color css
<style>
span { border-color: #F8D105; }
span { border-color: rgb(248,209,5); }
td.TdClassName
{
border-color: #F8D105;
}
.TagClassName
{
border-color: #F8D105;
}
</style>