Shades of Gold #F7D309
Tints of Gold #F7D309
RGB
CMYK
RGB Variations
Color information
#F7D309 (or 0xF7D309) is known color: Gold. HEX triplet: F7, D3 and 09. RGB value is (247,211,9). Sum of RGB (Red+Green+Blue) = 247+211+9=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 9 (3.91% from 255 or 1.93% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D309 is #082CF6. Grayscale: #C7C7C7. Windows color (decimal): -535799 or 644087. OLE color: 644087.
HSL color Cylindrical-coordinate representation of color #F7D309: hue angle of 50.92º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7D309 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 211 | 9 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.03 |
| HSL | 50.92º | 0.94% | 0.5% | - |
| HSV(B) | 50.92º | 0.96% | 0.97% | - |
| XYZ | 61.7 | 66.38 | 9.82 | - |
| YUV | 198.74 | 20.93 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 211 | 9 | 0 | 0.15 | 0.96 | 0.03 | 50.92 | 0.94 | 0.5 |
| Hex | F7 | D3 | 9 | 0 | F | 60 | 3 | 33 | 5E | 32 |
| Octal | 367 | 323 | 11 | 0 | 17 | 140 | 3 | 63 | 136 | 62 |
| Binary | 11110111 | 11010011 | 1001 | 0 | 1111 | 1100000 | 11 | 110011 | 1011110 | 110010 |
Color Harmonies of #F7D309
Complementary color
Monochromatic Colors of #F7D309
Black with #F7D309
Text Example
Text Example
White with #F7D309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D309; }
p { color: rgb(247,211,9); }
H1.HeaderClassName
{
color: #F7D309;
}
.AnyTagClassName
{
color: #F7D309;
}
</style>
background-color css
<style>
a { background-color: #F7D309; }
a { background-color: rgb(247,211,9); }
div.DivClassName
{
background-color: #F7D309;
}
.BgClassName
{
background-color: #F7D309;
}
</style>
border-color css
<style>
span { border-color: #F7D309; }
span { border-color: rgb(247,211,9); }
td.TdClassName
{
border-color: #F7D309;
}
.TagClassName
{
border-color: #F7D309;
}
</style>