Shades of Gold #F8D70F
Tints of Gold #F8D70F
RGB
CMYK
RGB Variations
Color information
#F8D70F (or 0xF8D70F) is known color: Gold. HEX triplet: F8, D7 and 0F. RGB value is (248,215,15). Sum of RGB (Red+Green+Blue) = 248+215+15=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 15 (6.25% from 255 or 3.14% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D70F is #0728F0. Grayscale: #CACACA. Windows color (decimal): -469233 or 1038328. OLE color: 1038328.
HSL color Cylindrical-coordinate representation of color #F8D70F: hue angle of 51.5º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8D70F is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 215 | 15 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.03 |
| HSL | 51.5º | 0.94% | 0.52% | - |
| HSV(B) | 51.5º | 0.94% | 0.97% | - |
| XYZ | 63.1 | 68.59 | 10.37 | - |
| YUV | 202.07 | 22.43 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 15 | 0 | 0.13 | 0.94 | 0.03 | 51.5 | 0.94 | 0.52 |
| Hex | F8 | D7 | F | 0 | D | 5E | 3 | 34 | 5E | 34 |
| Octal | 370 | 327 | 17 | 0 | 15 | 136 | 3 | 64 | 136 | 64 |
| Binary | 11111000 | 11010111 | 1111 | 0 | 1101 | 1011110 | 11 | 110100 | 1011110 | 110100 |
Color Harmonies of #F8D70F
Complementary color
Monochromatic Colors of #F8D70F
Black with #F8D70F
Text Example
Text Example
White with #F8D70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D70F; }
p { color: rgb(248,215,15); }
H1.HeaderClassName
{
color: #F8D70F;
}
.AnyTagClassName
{
color: #F8D70F;
}
</style>
background-color css
<style>
a { background-color: #F8D70F; }
a { background-color: rgb(248,215,15); }
div.DivClassName
{
background-color: #F8D70F;
}
.BgClassName
{
background-color: #F8D70F;
}
</style>
border-color css
<style>
span { border-color: #F8D70F; }
span { border-color: rgb(248,215,15); }
td.TdClassName
{
border-color: #F8D70F;
}
.TagClassName
{
border-color: #F8D70F;
}
</style>