Shades of Harvest Gold #F3BB70
Tints of Harvest Gold #F3BB70
RGB
CMYK
RGB Variations
Color information
#F3BB70 (or 0xF3BB70) is known color: Harvest Gold. HEX triplet: F3, BB and 70. RGB value is (243,187,112). Sum of RGB (Red+Green+Blue) = 243+187+112=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BB70 is #0C448F. Grayscale: #C3C3C3. Windows color (decimal): -803984 or 7388147. OLE color: 7388147.
HSL color Cylindrical-coordinate representation of color #F3BB70: hue angle of 34.35º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3BB70 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 112 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.05 |
| HSL | 34.35º | 0.85% | 0.7% | - |
| HSV(B) | 34.35º | 0.54% | 0.95% | - |
| XYZ | 57.66 | 55.77 | 23.05 | - |
| YUV | 195.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 112 | 0 | 0.23 | 0.54 | 0.05 | 34.35 | 0.85 | 0.7 |
| Hex | F3 | BB | 70 | 0 | 17 | 36 | 5 | 22 | 55 | 46 |
| Octal | 363 | 273 | 160 | 0 | 27 | 66 | 5 | 42 | 125 | 106 |
| Binary | 11110011 | 10111011 | 1110000 | 0 | 10111 | 110110 | 101 | 100010 | 1010101 | 1000110 |
Color Harmonies of #F3BB70
Complementary color
Monochromatic Colors of #F3BB70
Black with #F3BB70
Text Example
Text Example
White with #F3BB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BB70; }
p { color: rgb(243,187,112); }
H1.HeaderClassName
{
color: #F3BB70;
}
.AnyTagClassName
{
color: #F3BB70;
}
</style>
background-color css
<style>
a { background-color: #F3BB70; }
a { background-color: rgb(243,187,112); }
div.DivClassName
{
background-color: #F3BB70;
}
.BgClassName
{
background-color: #F3BB70;
}
</style>
border-color css
<style>
span { border-color: #F3BB70; }
span { border-color: rgb(243,187,112); }
td.TdClassName
{
border-color: #F3BB70;
}
.TagClassName
{
border-color: #F3BB70;
}
</style>