Shades of Harvest Gold #F3BC68
Tints of Harvest Gold #F3BC68
RGB
CMYK
RGB Variations
Color information
#F3BC68 (or 0xF3BC68) is known color: Harvest Gold. HEX triplet: F3, BC and 68. RGB value is (243,188,104). Sum of RGB (Red+Green+Blue) = 243+188+104=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BC68 is #0C4397. Grayscale: #C3C3C3. Windows color (decimal): -803736 or 6864115. OLE color: 6864115.
HSL color Cylindrical-coordinate representation of color #F3BC68: hue angle of 36.26º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F3BC68 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 104 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.05 |
| HSL | 36.26º | 0.85% | 0.68% | - |
| HSV(B) | 36.26º | 0.57% | 0.95% | - |
| XYZ | 57.44 | 56.02 | 20.88 | - |
| YUV | 194.87 | 76.72 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 104 | 0 | 0.23 | 0.57 | 0.05 | 36.26 | 0.85 | 0.68 |
| Hex | F3 | BC | 68 | 0 | 17 | 39 | 5 | 24 | 55 | 44 |
| Octal | 363 | 274 | 150 | 0 | 27 | 71 | 5 | 44 | 125 | 104 |
| Binary | 11110011 | 10111100 | 1101000 | 0 | 10111 | 111001 | 101 | 100100 | 1010101 | 1000100 |
Color Harmonies of #F3BC68
Complementary color
Monochromatic Colors of #F3BC68
Black with #F3BC68
Text Example
Text Example
White with #F3BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BC68; }
p { color: rgb(243,188,104); }
H1.HeaderClassName
{
color: #F3BC68;
}
.AnyTagClassName
{
color: #F3BC68;
}
</style>
background-color css
<style>
a { background-color: #F3BC68; }
a { background-color: rgb(243,188,104); }
div.DivClassName
{
background-color: #F3BC68;
}
.BgClassName
{
background-color: #F3BC68;
}
</style>
border-color css
<style>
span { border-color: #F3BC68; }
span { border-color: rgb(243,188,104); }
td.TdClassName
{
border-color: #F3BC68;
}
.TagClassName
{
border-color: #F3BC68;
}
</style>