Shades of Gold #F8D100
Tints of Gold #F8D100
RGB
CMYK
RGB Variations
Color information
#F8D100 (or 0xF8D100) is known color: Gold. HEX triplet: F8, D1 and 00. RGB value is (248,209,0). Sum of RGB (Red+Green+Blue) = 248+209+0=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 0 (0.39% from 255 or 0% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D100 is #072EFF. Grayscale: #C5C5C5. Windows color (decimal): -470784 or 53752. OLE color: 53752.
HSL color Cylindrical-coordinate representation of color #F8D100: hue angle of 50.56º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8D100 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.03 |
| HSL | 50.56º | 1% | 0.49% | - |
| HSV(B) | 50.56º | 1% | 0.97% | - |
| XYZ | 61.51 | 65.56 | 9.41 | - |
| YUV | 196.84 | 16.92 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 0 | 0 | 0.16 | 1 | 0.03 | 50.56 | 1 | 0.49 |
| Hex | F8 | D1 | 0 | 0 | 10 | 64 | 3 | 33 | 64 | 31 |
| Octal | 370 | 321 | 0 | 0 | 20 | 144 | 3 | 63 | 144 | 61 |
| Binary | 11111000 | 11010001 | 0 | 0 | 10000 | 1100100 | 11 | 110011 | 1100100 | 110001 |
Color Harmonies of #F8D100
Complementary color
Monochromatic Colors of #F8D100
Black with #F8D100
Text Example
Text Example
White with #F8D100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D100; }
p { color: rgb(248,209,0); }
H1.HeaderClassName
{
color: #F8D100;
}
.AnyTagClassName
{
color: #F8D100;
}
</style>
background-color css
<style>
a { background-color: #F8D100; }
a { background-color: rgb(248,209,0); }
div.DivClassName
{
background-color: #F8D100;
}
.BgClassName
{
background-color: #F8D100;
}
</style>
border-color css
<style>
span { border-color: #F8D100; }
span { border-color: rgb(248,209,0); }
td.TdClassName
{
border-color: #F8D100;
}
.TagClassName
{
border-color: #F8D100;
}
</style>