Shades of Harvest Gold #F3C16C
Tints of Harvest Gold #F3C16C
RGB
CMYK
RGB Variations
Color information
#F3C16C (or 0xF3C16C) is known color: Harvest Gold. HEX triplet: F3, C1 and 6C. RGB value is (243,193,108). Sum of RGB (Red+Green+Blue) = 243+193+108=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C16C is #0C3E93. Grayscale: #C6C6C6. Windows color (decimal): -802452 or 7127539. OLE color: 7127539.
HSL color Cylindrical-coordinate representation of color #F3C16C: hue angle of 37.78º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3C16C is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 108 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.05 |
| HSL | 37.78º | 0.85% | 0.69% | - |
| HSV(B) | 37.78º | 0.56% | 0.95% | - |
| XYZ | 58.74 | 58.28 | 22.34 | - |
| YUV | 198.26 | 77.07 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 108 | 0 | 0.21 | 0.56 | 0.05 | 37.78 | 0.85 | 0.69 |
| Hex | F3 | C1 | 6C | 0 | 15 | 38 | 5 | 26 | 55 | 45 |
| Octal | 363 | 301 | 154 | 0 | 25 | 70 | 5 | 46 | 125 | 105 |
| Binary | 11110011 | 11000001 | 1101100 | 0 | 10101 | 111000 | 101 | 100110 | 1010101 | 1000101 |
Color Harmonies of #F3C16C
Complementary color
Monochromatic Colors of #F3C16C
Black with #F3C16C
Text Example
Text Example
White with #F3C16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C16C; }
p { color: rgb(243,193,108); }
H1.HeaderClassName
{
color: #F3C16C;
}
.AnyTagClassName
{
color: #F3C16C;
}
</style>
background-color css
<style>
a { background-color: #F3C16C; }
a { background-color: rgb(243,193,108); }
div.DivClassName
{
background-color: #F3C16C;
}
.BgClassName
{
background-color: #F3C16C;
}
</style>
border-color css
<style>
span { border-color: #F3C16C; }
span { border-color: rgb(243,193,108); }
td.TdClassName
{
border-color: #F3C16C;
}
.TagClassName
{
border-color: #F3C16C;
}
</style>