Shades of Gold #F8D40C
Tints of Gold #F8D40C
RGB
CMYK
RGB Variations
Color information
#F8D40C (or 0xF8D40C) is known color: Gold. HEX triplet: F8, D4 and 0C. RGB value is (248,212,12). Sum of RGB (Red+Green+Blue) = 248+212+12=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 12 (5.08% from 255 or 2.54% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D40C is #072BF3. Grayscale: #C8C8C8. Windows color (decimal): -470004 or 840952. OLE color: 840952.
HSL color Cylindrical-coordinate representation of color #F8D40C: hue angle of 50.85º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8D40C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.03 |
| HSL | 50.85º | 0.94% | 0.51% | - |
| HSV(B) | 50.85º | 0.95% | 0.97% | - |
| XYZ | 62.32 | 67.07 | 10.01 | - |
| YUV | 199.96 | 21.93 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 12 | 0 | 0.15 | 0.95 | 0.03 | 50.85 | 0.94 | 0.51 |
| Hex | F8 | D4 | C | 0 | F | 5F | 3 | 33 | 5E | 33 |
| Octal | 370 | 324 | 14 | 0 | 17 | 137 | 3 | 63 | 136 | 63 |
| Binary | 11111000 | 11010100 | 1100 | 0 | 1111 | 1011111 | 11 | 110011 | 1011110 | 110011 |
Color Harmonies of #F8D40C
Complementary color
Monochromatic Colors of #F8D40C
Black with #F8D40C
Text Example
Text Example
White with #F8D40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D40C; }
p { color: rgb(248,212,12); }
H1.HeaderClassName
{
color: #F8D40C;
}
.AnyTagClassName
{
color: #F8D40C;
}
</style>
background-color css
<style>
a { background-color: #F8D40C; }
a { background-color: rgb(248,212,12); }
div.DivClassName
{
background-color: #F8D40C;
}
.BgClassName
{
background-color: #F8D40C;
}
</style>
border-color css
<style>
span { border-color: #F8D40C; }
span { border-color: rgb(248,212,12); }
td.TdClassName
{
border-color: #F8D40C;
}
.TagClassName
{
border-color: #F8D40C;
}
</style>