Shades of Gold #F5D305
Tints of Gold #F5D305
RGB
CMYK
RGB Variations
Color information
#F5D305 (or 0xF5D305) is known color: Gold. HEX triplet: F5, D3 and 05. RGB value is (245,211,5). Sum of RGB (Red+Green+Blue) = 245+211+5=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 5 (2.34% from 255 or 1.08% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D305 is #0A2CFA. Grayscale: #C6C6C6. Windows color (decimal): -666875 or 381941. OLE color: 381941.
HSL color Cylindrical-coordinate representation of color #F5D305: hue angle of 51.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5D305 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 5 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.04 |
| HSL | 51.5º | 0.96% | 0.49% | - |
| HSV(B) | 51.5º | 0.98% | 0.96% | - |
| XYZ | 60.98 | 66.01 | 9.67 | - |
| YUV | 197.68 | 19.26 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 5 | 0 | 0.14 | 0.98 | 0.04 | 51.5 | 0.96 | 0.49 |
| Hex | F5 | D3 | 5 | 0 | E | 62 | 4 | 34 | 60 | 31 |
| Octal | 365 | 323 | 5 | 0 | 16 | 142 | 4 | 64 | 140 | 61 |
| Binary | 11110101 | 11010011 | 101 | 0 | 1110 | 1100010 | 100 | 110100 | 1100000 | 110001 |
Color Harmonies of #F5D305
Complementary color
Monochromatic Colors of #F5D305
Black with #F5D305
Text Example
Text Example
White with #F5D305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D305; }
p { color: rgb(245,211,5); }
H1.HeaderClassName
{
color: #F5D305;
}
.AnyTagClassName
{
color: #F5D305;
}
</style>
background-color css
<style>
a { background-color: #F5D305; }
a { background-color: rgb(245,211,5); }
div.DivClassName
{
background-color: #F5D305;
}
.BgClassName
{
background-color: #F5D305;
}
</style>
border-color css
<style>
span { border-color: #F5D305; }
span { border-color: rgb(245,211,5); }
td.TdClassName
{
border-color: #F5D305;
}
.TagClassName
{
border-color: #F5D305;
}
</style>