Shades of Harvest Gold #F3BC65
Tints of Harvest Gold #F3BC65
RGB
CMYK
RGB Variations
Color information
#F3BC65 (or 0xF3BC65) is known color: Harvest Gold. HEX triplet: F3, BC and 65. RGB value is (243,188,101). Sum of RGB (Red+Green+Blue) = 243+188+101=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BC65 is #0C439A. Grayscale: #C2C2C2. Windows color (decimal): -803739 or 6667507. OLE color: 6667507.
HSL color Cylindrical-coordinate representation of color #F3BC65: hue angle of 36.76º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3BC65 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 101 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.05 |
| HSL | 36.76º | 0.86% | 0.67% | - |
| HSV(B) | 36.76º | 0.58% | 0.95% | - |
| XYZ | 57.29 | 55.96 | 20.09 | - |
| YUV | 194.53 | 75.22 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 101 | 0 | 0.23 | 0.58 | 0.05 | 36.76 | 0.86 | 0.67 |
| Hex | F3 | BC | 65 | 0 | 17 | 3A | 5 | 25 | 56 | 43 |
| Octal | 363 | 274 | 145 | 0 | 27 | 72 | 5 | 45 | 126 | 103 |
| Binary | 11110011 | 10111100 | 1100101 | 0 | 10111 | 111010 | 101 | 100101 | 1010110 | 1000011 |
Color Harmonies of #F3BC65
Complementary color
Monochromatic Colors of #F3BC65
Black with #F3BC65
Text Example
Text Example
White with #F3BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BC65; }
p { color: rgb(243,188,101); }
H1.HeaderClassName
{
color: #F3BC65;
}
.AnyTagClassName
{
color: #F3BC65;
}
</style>
background-color css
<style>
a { background-color: #F3BC65; }
a { background-color: rgb(243,188,101); }
div.DivClassName
{
background-color: #F3BC65;
}
.BgClassName
{
background-color: #F3BC65;
}
</style>
border-color css
<style>
span { border-color: #F3BC65; }
span { border-color: rgb(243,188,101); }
td.TdClassName
{
border-color: #F3BC65;
}
.TagClassName
{
border-color: #F3BC65;
}
</style>