Shades of Gold #F8D607
Tints of Gold #F8D607
RGB
CMYK
RGB Variations
Color information
#F8D607 (or 0xF8D607) is known color: Gold. HEX triplet: F8, D6 and 07. RGB value is (248,214,7). Sum of RGB (Red+Green+Blue) = 248+214+7=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 7 (3.12% from 255 or 1.49% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D607 is #0729F8. Grayscale: #C9C9C9. Windows color (decimal): -469497 or 513784. OLE color: 513784.
HSL color Cylindrical-coordinate representation of color #F8D607: hue angle of 51.54º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8D607 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 7 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.03 |
| HSL | 51.54º | 0.95% | 0.5% | - |
| HSV(B) | 51.54º | 0.97% | 0.97% | - |
| XYZ | 62.8 | 68.06 | 10.03 | - |
| YUV | 200.57 | 18.76 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 7 | 0 | 0.14 | 0.97 | 0.03 | 51.54 | 0.95 | 0.5 |
| Hex | F8 | D6 | 7 | 0 | E | 61 | 3 | 34 | 5F | 32 |
| Octal | 370 | 326 | 7 | 0 | 16 | 141 | 3 | 64 | 137 | 62 |
| Binary | 11111000 | 11010110 | 111 | 0 | 1110 | 1100001 | 11 | 110100 | 1011111 | 110010 |
Color Harmonies of #F8D607
Complementary color
Monochromatic Colors of #F8D607
Black with #F8D607
Text Example
Text Example
White with #F8D607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D607; }
p { color: rgb(248,214,7); }
H1.HeaderClassName
{
color: #F8D607;
}
.AnyTagClassName
{
color: #F8D607;
}
</style>
background-color css
<style>
a { background-color: #F8D607; }
a { background-color: rgb(248,214,7); }
div.DivClassName
{
background-color: #F8D607;
}
.BgClassName
{
background-color: #F8D607;
}
</style>
border-color css
<style>
span { border-color: #F8D607; }
span { border-color: rgb(248,214,7); }
td.TdClassName
{
border-color: #F8D607;
}
.TagClassName
{
border-color: #F8D607;
}
</style>