Shades of Gold #F1D307
Tints of Gold #F1D307
RGB
CMYK
RGB Variations
Color information
#F1D307 (or 0xF1D307) is known color: Gold. HEX triplet: F1, D3 and 07. RGB value is (241,211,7). Sum of RGB (Red+Green+Blue) = 241+211+7=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 7 (3.12% from 255 or 1.53% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D307 is #0E2CF8. Grayscale: #C5C5C5. Windows color (decimal): -929017 or 513009. OLE color: 513009.
HSL color Cylindrical-coordinate representation of color #F1D307: hue angle of 52.31º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1D307 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 7 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.05 |
| HSL | 52.31º | 0.94% | 0.49% | - |
| HSV(B) | 52.31º | 0.97% | 0.95% | - |
| XYZ | 59.61 | 65.3 | 9.66 | - |
| YUV | 196.71 | 20.94 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 7 | 0 | 0.12 | 0.97 | 0.05 | 52.31 | 0.94 | 0.49 |
| Hex | F1 | D3 | 7 | 0 | C | 61 | 5 | 34 | 5E | 31 |
| Octal | 361 | 323 | 7 | 0 | 14 | 141 | 5 | 64 | 136 | 61 |
| Binary | 11110001 | 11010011 | 111 | 0 | 1100 | 1100001 | 101 | 110100 | 1011110 | 110001 |
Color Harmonies of #F1D307
Complementary color
Monochromatic Colors of #F1D307
Black with #F1D307
Text Example
Text Example
White with #F1D307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D307; }
p { color: rgb(241,211,7); }
H1.HeaderClassName
{
color: #F1D307;
}
.AnyTagClassName
{
color: #F1D307;
}
</style>
background-color css
<style>
a { background-color: #F1D307; }
a { background-color: rgb(241,211,7); }
div.DivClassName
{
background-color: #F1D307;
}
.BgClassName
{
background-color: #F1D307;
}
</style>
border-color css
<style>
span { border-color: #F1D307; }
span { border-color: rgb(241,211,7); }
td.TdClassName
{
border-color: #F1D307;
}
.TagClassName
{
border-color: #F1D307;
}
</style>