Shades of Gold #F7D300
Tints of Gold #F7D300
RGB
CMYK
RGB Variations
Color information
#F7D300 (or 0xF7D300) is known color: Gold. HEX triplet: F7, D3 and 00. RGB value is (247,211,0). Sum of RGB (Red+Green+Blue) = 247+211+0=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D300 is #082CFF. Grayscale: #C6C6C6. Windows color (decimal): -535808 or 54263. OLE color: 54263.
HSL color Cylindrical-coordinate representation of color #F7D300: hue angle of 51.26º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7D300 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 211 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.03 |
| HSL | 51.26º | 1% | 0.48% | - |
| HSV(B) | 51.26º | 1% | 0.97% | - |
| XYZ | 61.65 | 66.36 | 9.56 | - |
| YUV | 197.71 | 16.43 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 211 | 0 | 0 | 0.15 | 1 | 0.03 | 51.26 | 1 | 0.48 |
| Hex | F7 | D3 | 0 | 0 | F | 64 | 3 | 33 | 64 | 30 |
| Octal | 367 | 323 | 0 | 0 | 17 | 144 | 3 | 63 | 144 | 60 |
| Binary | 11110111 | 11010011 | 0 | 0 | 1111 | 1100100 | 11 | 110011 | 1100100 | 110000 |
Color Harmonies of #F7D300
Complementary color
Monochromatic Colors of #F7D300
Black with #F7D300
Text Example
Text Example
White with #F7D300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D300; }
p { color: rgb(247,211,0); }
H1.HeaderClassName
{
color: #F7D300;
}
.AnyTagClassName
{
color: #F7D300;
}
</style>
background-color css
<style>
a { background-color: #F7D300; }
a { background-color: rgb(247,211,0); }
div.DivClassName
{
background-color: #F7D300;
}
.BgClassName
{
background-color: #F7D300;
}
</style>
border-color css
<style>
span { border-color: #F7D300; }
span { border-color: rgb(247,211,0); }
td.TdClassName
{
border-color: #F7D300;
}
.TagClassName
{
border-color: #F7D300;
}
</style>