Shades of Gold #F5D303
Tints of Gold #F5D303
RGB
CMYK
RGB Variations
Color information
#F5D303 (or 0xF5D303) is known color: Gold. HEX triplet: F5, D3 and 03. RGB value is (245,211,3). Sum of RGB (Red+Green+Blue) = 245+211+3=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 3 (1.56% from 255 or 0.65% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D303 is #0A2CFC. Grayscale: #C6C6C6. Windows color (decimal): -666877 or 250869. OLE color: 250869.
HSL color Cylindrical-coordinate representation of color #F5D303: hue angle of 51.57º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5D303 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 3 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.04 |
| HSL | 51.57º | 0.98% | 0.49% | - |
| HSV(B) | 51.57º | 0.99% | 0.96% | - |
| XYZ | 60.97 | 66.01 | 9.61 | - |
| YUV | 197.45 | 18.26 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 3 | 0 | 0.14 | 0.99 | 0.04 | 51.57 | 0.98 | 0.49 |
| Hex | F5 | D3 | 3 | 0 | E | 63 | 4 | 34 | 62 | 31 |
| Octal | 365 | 323 | 3 | 0 | 16 | 143 | 4 | 64 | 142 | 61 |
| Binary | 11110101 | 11010011 | 11 | 0 | 1110 | 1100011 | 100 | 110100 | 1100010 | 110001 |
Color Harmonies of #F5D303
Complementary color
Monochromatic Colors of #F5D303
Black with #F5D303
Text Example
Text Example
White with #F5D303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D303; }
p { color: rgb(245,211,3); }
H1.HeaderClassName
{
color: #F5D303;
}
.AnyTagClassName
{
color: #F5D303;
}
</style>
background-color css
<style>
a { background-color: #F5D303; }
a { background-color: rgb(245,211,3); }
div.DivClassName
{
background-color: #F5D303;
}
.BgClassName
{
background-color: #F5D303;
}
</style>
border-color css
<style>
span { border-color: #F5D303; }
span { border-color: rgb(245,211,3); }
td.TdClassName
{
border-color: #F5D303;
}
.TagClassName
{
border-color: #F5D303;
}
</style>