Shades of Gold #F1D30D
Tints of Gold #F1D30D
RGB
CMYK
RGB Variations
Color information
#F1D30D (or 0xF1D30D) is known color: Gold. HEX triplet: F1, D3 and 0D. RGB value is (241,211,13). Sum of RGB (Red+Green+Blue) = 241+211+13=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 13 (5.47% from 255 or 2.80% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D30D is #0E2CF2. Grayscale: #C6C6C6. Windows color (decimal): -929011 or 906225. OLE color: 906225.
HSL color Cylindrical-coordinate representation of color #F1D30D: hue angle of 52.11º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1D30D is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 13 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.05 |
| HSL | 52.11º | 0.9% | 0.5% | - |
| HSV(B) | 52.11º | 0.95% | 0.95% | - |
| XYZ | 59.64 | 65.32 | 9.84 | - |
| YUV | 197.4 | 23.94 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 13 | 0 | 0.12 | 0.95 | 0.05 | 52.11 | 0.9 | 0.5 |
| Hex | F1 | D3 | D | 0 | C | 5F | 5 | 34 | 5A | 32 |
| Octal | 361 | 323 | 15 | 0 | 14 | 137 | 5 | 64 | 132 | 62 |
| Binary | 11110001 | 11010011 | 1101 | 0 | 1100 | 1011111 | 101 | 110100 | 1011010 | 110010 |
Color Harmonies of #F1D30D
Complementary color
Monochromatic Colors of #F1D30D
Black with #F1D30D
Text Example
Text Example
White with #F1D30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D30D; }
p { color: rgb(241,211,13); }
H1.HeaderClassName
{
color: #F1D30D;
}
.AnyTagClassName
{
color: #F1D30D;
}
</style>
background-color css
<style>
a { background-color: #F1D30D; }
a { background-color: rgb(241,211,13); }
div.DivClassName
{
background-color: #F1D30D;
}
.BgClassName
{
background-color: #F1D30D;
}
</style>
border-color css
<style>
span { border-color: #F1D30D; }
span { border-color: rgb(241,211,13); }
td.TdClassName
{
border-color: #F1D30D;
}
.TagClassName
{
border-color: #F1D30D;
}
</style>