Shades of Gold #F8D602
Tints of Gold #F8D602
RGB
CMYK
RGB Variations
Color information
#F8D602 (or 0xF8D602) is known color: Gold. HEX triplet: F8, D6 and 02. RGB value is (248,214,2). Sum of RGB (Red+Green+Blue) = 248+214+2=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 2 (1.17% from 255 or 0.43% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D602 is #0729FD. Grayscale: #C8C8C8. Windows color (decimal): -469502 or 186104. OLE color: 186104.
HSL color Cylindrical-coordinate representation of color #F8D602: hue angle of 51.71º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8D602 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.03 |
| HSL | 51.71º | 0.98% | 0.49% | - |
| HSV(B) | 51.71º | 0.99% | 0.97% | - |
| XYZ | 62.77 | 68.05 | 9.88 | - |
| YUV | 200 | 16.26 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 2 | 0 | 0.14 | 0.99 | 0.03 | 51.71 | 0.98 | 0.49 |
| Hex | F8 | D6 | 2 | 0 | E | 63 | 3 | 34 | 62 | 31 |
| Octal | 370 | 326 | 2 | 0 | 16 | 143 | 3 | 64 | 142 | 61 |
| Binary | 11111000 | 11010110 | 10 | 0 | 1110 | 1100011 | 11 | 110100 | 1100010 | 110001 |
Color Harmonies of #F8D602
Complementary color
Monochromatic Colors of #F8D602
Black with #F8D602
Text Example
Text Example
White with #F8D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D602; }
p { color: rgb(248,214,2); }
H1.HeaderClassName
{
color: #F8D602;
}
.AnyTagClassName
{
color: #F8D602;
}
</style>
background-color css
<style>
a { background-color: #F8D602; }
a { background-color: rgb(248,214,2); }
div.DivClassName
{
background-color: #F8D602;
}
.BgClassName
{
background-color: #F8D602;
}
</style>
border-color css
<style>
span { border-color: #F8D602; }
span { border-color: rgb(248,214,2); }
td.TdClassName
{
border-color: #F8D602;
}
.TagClassName
{
border-color: #F8D602;
}
</style>