Shades of Gold #F8D601
Tints of Gold #F8D601
RGB
CMYK
RGB Variations
Color information
#F8D601 (or 0xF8D601) is known color: Gold. HEX triplet: F8, D6 and 01. RGB value is (248,214,1). Sum of RGB (Red+Green+Blue) = 248+214+1=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 1 (0.78% from 255 or 0.22% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D601 is #0729FE. Grayscale: #C8C8C8. Windows color (decimal): -469503 or 120568. OLE color: 120568.
HSL color Cylindrical-coordinate representation of color #F8D601: hue angle of 51.74º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8D601 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 1 | - |
| CMYK | 0 | 0.14 | 1.00 | 0.03 |
| HSL | 51.74º | 0.99% | 0.49% | - |
| HSV(B) | 51.74º | 1% | 0.97% | - |
| XYZ | 62.76 | 68.05 | 9.86 | - |
| YUV | 199.88 | 15.76 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 1 | 0 | 0.14 | 1.00 | 0.03 | 51.74 | 0.99 | 0.49 |
| Hex | F8 | D6 | 1 | 0 | E | 64 | 3 | 34 | 63 | 31 |
| Octal | 370 | 326 | 1 | 0 | 16 | 144 | 3 | 64 | 143 | 61 |
| Binary | 11111000 | 11010110 | 1 | 0 | 1110 | 1100100 | 11 | 110100 | 1100011 | 110001 |
Color Harmonies of #F8D601
Complementary color
Monochromatic Colors of #F8D601
Black with #F8D601
Text Example
Text Example
White with #F8D601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D601; }
p { color: rgb(248,214,1); }
H1.HeaderClassName
{
color: #F8D601;
}
.AnyTagClassName
{
color: #F8D601;
}
</style>
background-color css
<style>
a { background-color: #F8D601; }
a { background-color: rgb(248,214,1); }
div.DivClassName
{
background-color: #F8D601;
}
.BgClassName
{
background-color: #F8D601;
}
</style>
border-color css
<style>
span { border-color: #F8D601; }
span { border-color: rgb(248,214,1); }
td.TdClassName
{
border-color: #F8D601;
}
.TagClassName
{
border-color: #F8D601;
}
</style>