Shades of Gold #F8D511
Tints of Gold #F8D511
RGB
CMYK
RGB Variations
Color information
#F8D511 (or 0xF8D511) is known color: Gold. HEX triplet: F8, D5 and 11. RGB value is (248,213,17). Sum of RGB (Red+Green+Blue) = 248+213+17=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 17 (7.03% from 255 or 3.56% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D511 is #072AEE. Grayscale: #C9C9C9. Windows color (decimal): -469743 or 1168888. OLE color: 1168888.
HSL color Cylindrical-coordinate representation of color #F8D511: hue angle of 50.91º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8D511 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 213 | 17 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.03 |
| HSL | 50.91º | 0.94% | 0.52% | - |
| HSV(B) | 50.91º | 0.93% | 0.97% | - |
| XYZ | 62.61 | 67.59 | 10.28 | - |
| YUV | 201.12 | 24.1 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 213 | 17 | 0 | 0.14 | 0.93 | 0.03 | 50.91 | 0.94 | 0.52 |
| Hex | F8 | D5 | 11 | 0 | E | 5D | 3 | 33 | 5E | 34 |
| Octal | 370 | 325 | 21 | 0 | 16 | 135 | 3 | 63 | 136 | 64 |
| Binary | 11111000 | 11010101 | 10001 | 0 | 1110 | 1011101 | 11 | 110011 | 1011110 | 110100 |
Color Harmonies of #F8D511
Complementary color
Monochromatic Colors of #F8D511
Black with #F8D511
Text Example
Text Example
White with #F8D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D511; }
p { color: rgb(248,213,17); }
H1.HeaderClassName
{
color: #F8D511;
}
.AnyTagClassName
{
color: #F8D511;
}
</style>
background-color css
<style>
a { background-color: #F8D511; }
a { background-color: rgb(248,213,17); }
div.DivClassName
{
background-color: #F8D511;
}
.BgClassName
{
background-color: #F8D511;
}
</style>
border-color css
<style>
span { border-color: #F8D511; }
span { border-color: rgb(248,213,17); }
td.TdClassName
{
border-color: #F8D511;
}
.TagClassName
{
border-color: #F8D511;
}
</style>