Shades of Gold #F8D409
Tints of Gold #F8D409
RGB
CMYK
RGB Variations
Color information
#F8D409 (or 0xF8D409) is known color: Gold. HEX triplet: F8, D4 and 09. RGB value is (248,212,9). Sum of RGB (Red+Green+Blue) = 248+212+9=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 9 (3.91% from 255 or 1.92% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D409 is #072BF6. Grayscale: #C8C8C8. Windows color (decimal): -470007 or 644344. OLE color: 644344.
HSL color Cylindrical-coordinate representation of color #F8D409: hue angle of 50.96º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8D409 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 9 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.03 |
| HSL | 50.96º | 0.94% | 0.5% | - |
| HSV(B) | 50.96º | 0.96% | 0.97% | - |
| XYZ | 62.3 | 67.06 | 9.92 | - |
| YUV | 199.62 | 20.43 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 9 | 0 | 0.15 | 0.96 | 0.03 | 50.96 | 0.94 | 0.5 |
| Hex | F8 | D4 | 9 | 0 | F | 60 | 3 | 33 | 5E | 32 |
| Octal | 370 | 324 | 11 | 0 | 17 | 140 | 3 | 63 | 136 | 62 |
| Binary | 11111000 | 11010100 | 1001 | 0 | 1111 | 1100000 | 11 | 110011 | 1011110 | 110010 |
Color Harmonies of #F8D409
Complementary color
Monochromatic Colors of #F8D409
Black with #F8D409
Text Example
Text Example
White with #F8D409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D409; }
p { color: rgb(248,212,9); }
H1.HeaderClassName
{
color: #F8D409;
}
.AnyTagClassName
{
color: #F8D409;
}
</style>
background-color css
<style>
a { background-color: #F8D409; }
a { background-color: rgb(248,212,9); }
div.DivClassName
{
background-color: #F8D409;
}
.BgClassName
{
background-color: #F8D409;
}
</style>
border-color css
<style>
span { border-color: #F8D409; }
span { border-color: rgb(248,212,9); }
td.TdClassName
{
border-color: #F8D409;
}
.TagClassName
{
border-color: #F8D409;
}
</style>