Shades of Harvest Gold #F3C071
Tints of Harvest Gold #F3C071
RGB
CMYK
RGB Variations
Color information
#F3C071 (or 0xF3C071) is known color: Harvest Gold. HEX triplet: F3, C0 and 71. RGB value is (243,192,113). Sum of RGB (Red+Green+Blue) = 243+192+113=548 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.34% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 113 (44.53% from 255 or 20.62% from 548); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C071 is #0C3F8E. Grayscale: #C6C6C6. Windows color (decimal): -802703 or 7454963. OLE color: 7454963.
HSL color Cylindrical-coordinate representation of color #F3C071: hue angle of 36.46º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F3C071 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 113 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.05 |
| HSL | 36.46º | 0.84% | 0.7% | - |
| HSV(B) | 36.46º | 0.53% | 0.95% | - |
| XYZ | 58.79 | 57.95 | 23.71 | - |
| YUV | 198.24 | 79.9 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 113 | 0 | 0.21 | 0.53 | 0.05 | 36.46 | 0.84 | 0.7 |
| Hex | F3 | C0 | 71 | 0 | 15 | 35 | 5 | 24 | 54 | 46 |
| Octal | 363 | 300 | 161 | 0 | 25 | 65 | 5 | 44 | 124 | 106 |
| Binary | 11110011 | 11000000 | 1110001 | 0 | 10101 | 110101 | 101 | 100100 | 1010100 | 1000110 |
Color Harmonies of #F3C071
Complementary color
Monochromatic Colors of #F3C071
Black with #F3C071
Text Example
Text Example
White with #F3C071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C071; }
p { color: rgb(243,192,113); }
H1.HeaderClassName
{
color: #F3C071;
}
.AnyTagClassName
{
color: #F3C071;
}
</style>
background-color css
<style>
a { background-color: #F3C071; }
a { background-color: rgb(243,192,113); }
div.DivClassName
{
background-color: #F3C071;
}
.BgClassName
{
background-color: #F3C071;
}
</style>
border-color css
<style>
span { border-color: #F3C071; }
span { border-color: rgb(243,192,113); }
td.TdClassName
{
border-color: #F3C071;
}
.TagClassName
{
border-color: #F3C071;
}
</style>