Shades of Harvest Gold #F1C075
Tints of Harvest Gold #F1C075
RGB
CMYK
RGB Variations
Color information
#F1C075 (or 0xF1C075) is known color: Harvest Gold. HEX triplet: F1, C0 and 75. RGB value is (241,192,117). Sum of RGB (Red+Green+Blue) = 241+192+117=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C075 is #0E3F8A. Grayscale: #C6C6C6. Windows color (decimal): -933771 or 7717105. OLE color: 7717105.
HSL color Cylindrical-coordinate representation of color #F1C075: hue angle of 36.29º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1C075 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 117 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.05 |
| HSL | 36.29º | 0.82% | 0.7% | - |
| HSV(B) | 36.29º | 0.51% | 0.95% | - |
| XYZ | 58.34 | 57.68 | 24.89 | - |
| YUV | 198.1 | 82.23 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 117 | 0 | 0.20 | 0.51 | 0.05 | 36.29 | 0.82 | 0.7 |
| Hex | F1 | C0 | 75 | 0 | 14 | 33 | 5 | 24 | 52 | 46 |
| Octal | 361 | 300 | 165 | 0 | 24 | 63 | 5 | 44 | 122 | 106 |
| Binary | 11110001 | 11000000 | 1110101 | 0 | 10100 | 110011 | 101 | 100100 | 1010010 | 1000110 |
Color Harmonies of #F1C075
Complementary color
Monochromatic Colors of #F1C075
Black with #F1C075
Text Example
Text Example
White with #F1C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C075; }
p { color: rgb(241,192,117); }
H1.HeaderClassName
{
color: #F1C075;
}
.AnyTagClassName
{
color: #F1C075;
}
</style>
background-color css
<style>
a { background-color: #F1C075; }
a { background-color: rgb(241,192,117); }
div.DivClassName
{
background-color: #F1C075;
}
.BgClassName
{
background-color: #F1C075;
}
</style>
border-color css
<style>
span { border-color: #F1C075; }
span { border-color: rgb(241,192,117); }
td.TdClassName
{
border-color: #F1C075;
}
.TagClassName
{
border-color: #F1C075;
}
</style>