Shades of Gold #F7D101
Tints of Gold #F7D101
RGB
CMYK
RGB Variations
Color information
#F7D101 (or 0xF7D101) is known color: Gold. HEX triplet: F7, D1 and 01. RGB value is (247,209,1). Sum of RGB (Red+Green+Blue) = 247+209+1=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 1 (0.78% from 255 or 0.22% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D101 is #082EFE. Grayscale: #C5C5C5. Windows color (decimal): -536319 or 119287. OLE color: 119287.
HSL color Cylindrical-coordinate representation of color #F7D101: hue angle of 50.73º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7D101 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 209 | 1 | - |
| CMYK | 0 | 0.15 | 1.00 | 0.03 |
| HSL | 50.73º | 0.99% | 0.49% | - |
| HSV(B) | 50.73º | 1% | 0.97% | - |
| XYZ | 61.16 | 65.38 | 9.42 | - |
| YUV | 196.65 | 17.59 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 209 | 1 | 0 | 0.15 | 1.00 | 0.03 | 50.73 | 0.99 | 0.49 |
| Hex | F7 | D1 | 1 | 0 | F | 64 | 3 | 33 | 63 | 31 |
| Octal | 367 | 321 | 1 | 0 | 17 | 144 | 3 | 63 | 143 | 61 |
| Binary | 11110111 | 11010001 | 1 | 0 | 1111 | 1100100 | 11 | 110011 | 1100011 | 110001 |
Color Harmonies of #F7D101
Complementary color
Monochromatic Colors of #F7D101
Black with #F7D101
Text Example
Text Example
White with #F7D101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D101; }
p { color: rgb(247,209,1); }
H1.HeaderClassName
{
color: #F7D101;
}
.AnyTagClassName
{
color: #F7D101;
}
</style>
background-color css
<style>
a { background-color: #F7D101; }
a { background-color: rgb(247,209,1); }
div.DivClassName
{
background-color: #F7D101;
}
.BgClassName
{
background-color: #F7D101;
}
</style>
border-color css
<style>
span { border-color: #F7D101; }
span { border-color: rgb(247,209,1); }
td.TdClassName
{
border-color: #F7D101;
}
.TagClassName
{
border-color: #F7D101;
}
</style>