Shades of Gold #F8D507
Tints of Gold #F8D507
RGB
CMYK
RGB Variations
Color information
#F8D507 (or 0xF8D507) is known color: Gold. HEX triplet: F8, D5 and 07. RGB value is (248,213,7). Sum of RGB (Red+Green+Blue) = 248+213+7=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 7 (3.12% from 255 or 1.50% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D507 is #072AF8. Grayscale: #C8C8C8. Windows color (decimal): -469753 or 513528. OLE color: 513528.
HSL color Cylindrical-coordinate representation of color #F8D507: hue angle of 51.29º 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 #F8D507 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 213 | 7 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.03 |
| HSL | 51.29º | 0.95% | 0.5% | - |
| HSV(B) | 51.29º | 0.97% | 0.97% | - |
| XYZ | 62.54 | 67.56 | 9.95 | - |
| YUV | 199.98 | 19.1 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 213 | 7 | 0 | 0.14 | 0.97 | 0.03 | 51.29 | 0.95 | 0.5 |
| Hex | F8 | D5 | 7 | 0 | E | 61 | 3 | 33 | 5F | 32 |
| Octal | 370 | 325 | 7 | 0 | 16 | 141 | 3 | 63 | 137 | 62 |
| Binary | 11111000 | 11010101 | 111 | 0 | 1110 | 1100001 | 11 | 110011 | 1011111 | 110010 |
Color Harmonies of #F8D507
Complementary color
Monochromatic Colors of #F8D507
Black with #F8D507
Text Example
Text Example
White with #F8D507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D507; }
p { color: rgb(248,213,7); }
H1.HeaderClassName
{
color: #F8D507;
}
.AnyTagClassName
{
color: #F8D507;
}
</style>
background-color css
<style>
a { background-color: #F8D507; }
a { background-color: rgb(248,213,7); }
div.DivClassName
{
background-color: #F8D507;
}
.BgClassName
{
background-color: #F8D507;
}
</style>
border-color css
<style>
span { border-color: #F8D507; }
span { border-color: rgb(248,213,7); }
td.TdClassName
{
border-color: #F8D507;
}
.TagClassName
{
border-color: #F8D507;
}
</style>