Shades of Gold #F1D30C
Tints of Gold #F1D30C
RGB
CMYK
RGB Variations
Color information
#F1D30C (or 0xF1D30C) is known color: Gold. HEX triplet: F1, D3 and 0C. RGB value is (241,211,12). Sum of RGB (Red+Green+Blue) = 241+211+12=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 12 (5.08% from 255 or 2.59% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D30C is #0E2CF3. Grayscale: #C6C6C6. Windows color (decimal): -929012 or 840689. OLE color: 840689.
HSL color Cylindrical-coordinate representation of color #F1D30C: hue angle of 52.14º degrees, saturation: 0.91, 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 #F1D30C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 12 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.05 |
| HSL | 52.14º | 0.91% | 0.5% | - |
| HSV(B) | 52.14º | 0.95% | 0.95% | - |
| XYZ | 59.64 | 65.32 | 9.81 | - |
| YUV | 197.28 | 23.44 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 12 | 0 | 0.12 | 0.95 | 0.05 | 52.14 | 0.91 | 0.5 |
| Hex | F1 | D3 | C | 0 | C | 5F | 5 | 34 | 5B | 32 |
| Octal | 361 | 323 | 14 | 0 | 14 | 137 | 5 | 64 | 133 | 62 |
| Binary | 11110001 | 11010011 | 1100 | 0 | 1100 | 1011111 | 101 | 110100 | 1011011 | 110010 |
Color Harmonies of #F1D30C
Complementary color
Monochromatic Colors of #F1D30C
Black with #F1D30C
Text Example
Text Example
White with #F1D30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D30C; }
p { color: rgb(241,211,12); }
H1.HeaderClassName
{
color: #F1D30C;
}
.AnyTagClassName
{
color: #F1D30C;
}
</style>
background-color css
<style>
a { background-color: #F1D30C; }
a { background-color: rgb(241,211,12); }
div.DivClassName
{
background-color: #F1D30C;
}
.BgClassName
{
background-color: #F1D30C;
}
</style>
border-color css
<style>
span { border-color: #F1D30C; }
span { border-color: rgb(241,211,12); }
td.TdClassName
{
border-color: #F1D30C;
}
.TagClassName
{
border-color: #F1D30C;
}
</style>