Shades of Gold #F7D30B
Tints of Gold #F7D30B
RGB
CMYK
RGB Variations
Color information
#F7D30B (or 0xF7D30B) is known color: Gold. HEX triplet: F7, D3 and 0B. RGB value is (247,211,11). Sum of RGB (Red+Green+Blue) = 247+211+11=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 11 (4.69% from 255 or 2.35% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D30B is #082CF4. Grayscale: #C7C7C7. Windows color (decimal): -535797 or 775159. OLE color: 775159.
HSL color Cylindrical-coordinate representation of color #F7D30B: hue angle of 50.85º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7D30B is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 211 | 11 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.03 |
| HSL | 50.85º | 0.94% | 0.51% | - |
| HSV(B) | 50.85º | 0.96% | 0.97% | - |
| XYZ | 61.71 | 66.39 | 9.88 | - |
| YUV | 198.96 | 21.93 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 211 | 11 | 0 | 0.15 | 0.96 | 0.03 | 50.85 | 0.94 | 0.51 |
| Hex | F7 | D3 | B | 0 | F | 60 | 3 | 33 | 5E | 33 |
| Octal | 367 | 323 | 13 | 0 | 17 | 140 | 3 | 63 | 136 | 63 |
| Binary | 11110111 | 11010011 | 1011 | 0 | 1111 | 1100000 | 11 | 110011 | 1011110 | 110011 |
Color Harmonies of #F7D30B
Complementary color
Monochromatic Colors of #F7D30B
Black with #F7D30B
Text Example
Text Example
White with #F7D30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D30B; }
p { color: rgb(247,211,11); }
H1.HeaderClassName
{
color: #F7D30B;
}
.AnyTagClassName
{
color: #F7D30B;
}
</style>
background-color css
<style>
a { background-color: #F7D30B; }
a { background-color: rgb(247,211,11); }
div.DivClassName
{
background-color: #F7D30B;
}
.BgClassName
{
background-color: #F7D30B;
}
</style>
border-color css
<style>
span { border-color: #F7D30B; }
span { border-color: rgb(247,211,11); }
td.TdClassName
{
border-color: #F7D30B;
}
.TagClassName
{
border-color: #F7D30B;
}
</style>