Shades of Gold #F7D305
Tints of Gold #F7D305
RGB
CMYK
RGB Variations
Color information
#F7D305 (or 0xF7D305) is known color: Gold. HEX triplet: F7, D3 and 05. RGB value is (247,211,5). Sum of RGB (Red+Green+Blue) = 247+211+5=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 5 (2.34% from 255 or 1.08% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D305 is #082CFA. Grayscale: #C7C7C7. Windows color (decimal): -535803 or 381943. OLE color: 381943.
HSL color Cylindrical-coordinate representation of color #F7D305: hue angle of 51.07º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7D305 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 211 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.03 |
| HSL | 51.07º | 0.96% | 0.49% | - |
| HSV(B) | 51.07º | 0.98% | 0.97% | - |
| XYZ | 61.68 | 66.37 | 9.7 | - |
| YUV | 198.28 | 18.93 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 211 | 5 | 0 | 0.15 | 0.98 | 0.03 | 51.07 | 0.96 | 0.49 |
| Hex | F7 | D3 | 5 | 0 | F | 62 | 3 | 33 | 60 | 31 |
| Octal | 367 | 323 | 5 | 0 | 17 | 142 | 3 | 63 | 140 | 61 |
| Binary | 11110111 | 11010011 | 101 | 0 | 1111 | 1100010 | 11 | 110011 | 1100000 | 110001 |
Color Harmonies of #F7D305
Complementary color
Monochromatic Colors of #F7D305
Black with #F7D305
Text Example
Text Example
White with #F7D305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D305; }
p { color: rgb(247,211,5); }
H1.HeaderClassName
{
color: #F7D305;
}
.AnyTagClassName
{
color: #F7D305;
}
</style>
background-color css
<style>
a { background-color: #F7D305; }
a { background-color: rgb(247,211,5); }
div.DivClassName
{
background-color: #F7D305;
}
.BgClassName
{
background-color: #F7D305;
}
</style>
border-color css
<style>
span { border-color: #F7D305; }
span { border-color: rgb(247,211,5); }
td.TdClassName
{
border-color: #F7D305;
}
.TagClassName
{
border-color: #F7D305;
}
</style>