Shades of Gold #F8D407
Tints of Gold #F8D407
RGB
CMYK
RGB Variations
Color information
#F8D407 (or 0xF8D407) is known color: Gold. HEX triplet: F8, D4 and 07. RGB value is (248,212,7). Sum of RGB (Red+Green+Blue) = 248+212+7=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 7 (3.12% from 255 or 1.50% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D407 is #072BF8. Grayscale: #C8C8C8. Windows color (decimal): -470009 or 513272. OLE color: 513272.
HSL color Cylindrical-coordinate representation of color #F8D407: hue angle of 51.04º 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 #F8D407 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 7 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.03 |
| HSL | 51.04º | 0.95% | 0.5% | - |
| HSV(B) | 51.04º | 0.97% | 0.97% | - |
| XYZ | 62.29 | 67.06 | 9.86 | - |
| YUV | 199.39 | 19.43 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 7 | 0 | 0.15 | 0.97 | 0.03 | 51.04 | 0.95 | 0.5 |
| Hex | F8 | D4 | 7 | 0 | F | 61 | 3 | 33 | 5F | 32 |
| Octal | 370 | 324 | 7 | 0 | 17 | 141 | 3 | 63 | 137 | 62 |
| Binary | 11111000 | 11010100 | 111 | 0 | 1111 | 1100001 | 11 | 110011 | 1011111 | 110010 |
Color Harmonies of #F8D407
Complementary color
Monochromatic Colors of #F8D407
Black with #F8D407
Text Example
Text Example
White with #F8D407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D407; }
p { color: rgb(248,212,7); }
H1.HeaderClassName
{
color: #F8D407;
}
.AnyTagClassName
{
color: #F8D407;
}
</style>
background-color css
<style>
a { background-color: #F8D407; }
a { background-color: rgb(248,212,7); }
div.DivClassName
{
background-color: #F8D407;
}
.BgClassName
{
background-color: #F8D407;
}
</style>
border-color css
<style>
span { border-color: #F8D407; }
span { border-color: rgb(248,212,7); }
td.TdClassName
{
border-color: #F8D407;
}
.TagClassName
{
border-color: #F8D407;
}
</style>