Shades of Gold #F8D400
Tints of Gold #F8D400
RGB
CMYK
RGB Variations
Color information
#F8D400 (or 0xF8D400) is known color: Gold. HEX triplet: F8, D4 and 00. RGB value is (248,212,0). Sum of RGB (Red+Green+Blue) = 248+212+0=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D400 is #072BFF. Grayscale: #C7C7C7. Windows color (decimal): -470016 or 54520. OLE color: 54520.
HSL color Cylindrical-coordinate representation of color #F8D400: hue angle of 51.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8D400 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.03 |
| HSL | 51.29º | 1% | 0.49% | - |
| HSV(B) | 51.29º | 1% | 0.97% | - |
| XYZ | 62.25 | 67.04 | 9.66 | - |
| YUV | 198.6 | 15.93 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 0 | 0 | 0.15 | 1 | 0.03 | 51.29 | 1 | 0.49 |
| Hex | F8 | D4 | 0 | 0 | F | 64 | 3 | 33 | 64 | 31 |
| Octal | 370 | 324 | 0 | 0 | 17 | 144 | 3 | 63 | 144 | 61 |
| Binary | 11111000 | 11010100 | 0 | 0 | 1111 | 1100100 | 11 | 110011 | 1100100 | 110001 |
Color Harmonies of #F8D400
Complementary color
Monochromatic Colors of #F8D400
Black with #F8D400
Text Example
Text Example
White with #F8D400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D400; }
p { color: rgb(248,212,0); }
H1.HeaderClassName
{
color: #F8D400;
}
.AnyTagClassName
{
color: #F8D400;
}
</style>
background-color css
<style>
a { background-color: #F8D400; }
a { background-color: rgb(248,212,0); }
div.DivClassName
{
background-color: #F8D400;
}
.BgClassName
{
background-color: #F8D400;
}
</style>
border-color css
<style>
span { border-color: #F8D400; }
span { border-color: rgb(248,212,0); }
td.TdClassName
{
border-color: #F8D400;
}
.TagClassName
{
border-color: #F8D400;
}
</style>