Shades of Gold #F8D302
Tints of Gold #F8D302
RGB
CMYK
RGB Variations
Color information
#F8D302 (or 0xF8D302) is known color: Gold. HEX triplet: F8, D3 and 02. RGB value is (248,211,2). Sum of RGB (Red+Green+Blue) = 248+211+2=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 2 (1.17% from 255 or 0.43% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D302 is #072CFD. Grayscale: #C7C7C7. Windows color (decimal): -470270 or 185336. OLE color: 185336.
HSL color Cylindrical-coordinate representation of color #F8D302: hue angle of 50.98º 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 #F8D302 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.03 |
| HSL | 50.98º | 0.98% | 0.49% | - |
| HSV(B) | 50.98º | 0.99% | 0.97% | - |
| XYZ | 62.02 | 66.55 | 9.63 | - |
| YUV | 198.24 | 17.26 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 2 | 0 | 0.15 | 0.99 | 0.03 | 50.98 | 0.98 | 0.49 |
| Hex | F8 | D3 | 2 | 0 | F | 63 | 3 | 33 | 62 | 31 |
| Octal | 370 | 323 | 2 | 0 | 17 | 143 | 3 | 63 | 142 | 61 |
| Binary | 11111000 | 11010011 | 10 | 0 | 1111 | 1100011 | 11 | 110011 | 1100010 | 110001 |
Color Harmonies of #F8D302
Complementary color
Monochromatic Colors of #F8D302
Black with #F8D302
Text Example
Text Example
White with #F8D302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D302; }
p { color: rgb(248,211,2); }
H1.HeaderClassName
{
color: #F8D302;
}
.AnyTagClassName
{
color: #F8D302;
}
</style>
background-color css
<style>
a { background-color: #F8D302; }
a { background-color: rgb(248,211,2); }
div.DivClassName
{
background-color: #F8D302;
}
.BgClassName
{
background-color: #F8D302;
}
</style>
border-color css
<style>
span { border-color: #F8D302; }
span { border-color: rgb(248,211,2); }
td.TdClassName
{
border-color: #F8D302;
}
.TagClassName
{
border-color: #F8D302;
}
</style>