Shades of Gold #F8D201
Tints of Gold #F8D201
RGB
CMYK
RGB Variations
Color information
#F8D201 (or 0xF8D201) is known color: Gold. HEX triplet: F8, D2 and 01. RGB value is (248,210,1). Sum of RGB (Red+Green+Blue) = 248+210+1=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 1 (0.78% from 255 or 0.22% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D201 is #072DFE. Grayscale: #C6C6C6. Windows color (decimal): -470527 or 119544. OLE color: 119544.
HSL color Cylindrical-coordinate representation of color #F8D201: hue angle of 50.77º 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 #F8D201 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 1 | - |
| CMYK | 0 | 0.15 | 1.00 | 0.03 |
| HSL | 50.77º | 0.99% | 0.49% | - |
| HSV(B) | 50.77º | 1% | 0.97% | - |
| XYZ | 61.76 | 66.05 | 9.52 | - |
| YUV | 197.54 | 17.09 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 1 | 0 | 0.15 | 1.00 | 0.03 | 50.77 | 0.99 | 0.49 |
| Hex | F8 | D2 | 1 | 0 | F | 64 | 3 | 33 | 63 | 31 |
| Octal | 370 | 322 | 1 | 0 | 17 | 144 | 3 | 63 | 143 | 61 |
| Binary | 11111000 | 11010010 | 1 | 0 | 1111 | 1100100 | 11 | 110011 | 1100011 | 110001 |
Color Harmonies of #F8D201
Complementary color
Monochromatic Colors of #F8D201
Black with #F8D201
Text Example
Text Example
White with #F8D201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D201; }
p { color: rgb(248,210,1); }
H1.HeaderClassName
{
color: #F8D201;
}
.AnyTagClassName
{
color: #F8D201;
}
</style>
background-color css
<style>
a { background-color: #F8D201; }
a { background-color: rgb(248,210,1); }
div.DivClassName
{
background-color: #F8D201;
}
.BgClassName
{
background-color: #F8D201;
}
</style>
border-color css
<style>
span { border-color: #F8D201; }
span { border-color: rgb(248,210,1); }
td.TdClassName
{
border-color: #F8D201;
}
.TagClassName
{
border-color: #F8D201;
}
</style>