Shades of Gold #F8D403
Tints of Gold #F8D403
RGB
CMYK
RGB Variations
Color information
#F8D403 (or 0xF8D403) is known color: Gold. HEX triplet: F8, D4 and 03. RGB value is (248,212,3). Sum of RGB (Red+Green+Blue) = 248+212+3=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 3 (1.56% from 255 or 0.65% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D403 is #072BFC. Grayscale: #C7C7C7. Windows color (decimal): -470013 or 251128. OLE color: 251128.
HSL color Cylindrical-coordinate representation of color #F8D403: hue angle of 51.18º 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 #F8D403 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.03 |
| HSL | 51.18º | 0.98% | 0.49% | - |
| HSV(B) | 51.18º | 0.99% | 0.97% | - |
| XYZ | 62.27 | 67.05 | 9.75 | - |
| YUV | 198.94 | 17.43 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 3 | 0 | 0.15 | 0.99 | 0.03 | 51.18 | 0.98 | 0.49 |
| Hex | F8 | D4 | 3 | 0 | F | 63 | 3 | 33 | 62 | 31 |
| Octal | 370 | 324 | 3 | 0 | 17 | 143 | 3 | 63 | 142 | 61 |
| Binary | 11111000 | 11010100 | 11 | 0 | 1111 | 1100011 | 11 | 110011 | 1100010 | 110001 |
Color Harmonies of #F8D403
Complementary color
Monochromatic Colors of #F8D403
Black with #F8D403
Text Example
Text Example
White with #F8D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D403; }
p { color: rgb(248,212,3); }
H1.HeaderClassName
{
color: #F8D403;
}
.AnyTagClassName
{
color: #F8D403;
}
</style>
background-color css
<style>
a { background-color: #F8D403; }
a { background-color: rgb(248,212,3); }
div.DivClassName
{
background-color: #F8D403;
}
.BgClassName
{
background-color: #F8D403;
}
</style>
border-color css
<style>
span { border-color: #F8D403; }
span { border-color: rgb(248,212,3); }
td.TdClassName
{
border-color: #F8D403;
}
.TagClassName
{
border-color: #F8D403;
}
</style>