Shades of Harvest Gold #F0BA6A
Tints of Harvest Gold #F0BA6A
RGB
CMYK
RGB Variations
Color information
#F0BA6A (or 0xF0BA6A) is known color: Harvest Gold. HEX triplet: F0, BA and 6A. RGB value is (240,186,106). Sum of RGB (Red+Green+Blue) = 240+186+106=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA6A is #0F4595. Grayscale: #C1C1C1. Windows color (decimal): -1000854 or 6994672. OLE color: 6994672.
HSL color Cylindrical-coordinate representation of color #F0BA6A: hue angle of 35.82º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0BA6A is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 106 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.06 |
| HSL | 35.82º | 0.82% | 0.68% | - |
| HSV(B) | 35.82º | 0.56% | 0.94% | - |
| XYZ | 56.1 | 54.68 | 21.23 | - |
| YUV | 193.03 | 78.89 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 106 | 0 | 0.22 | 0.56 | 0.06 | 35.82 | 0.82 | 0.68 |
| Hex | F0 | BA | 6A | 0 | 16 | 38 | 6 | 24 | 52 | 44 |
| Octal | 360 | 272 | 152 | 0 | 26 | 70 | 6 | 44 | 122 | 104 |
| Binary | 11110000 | 10111010 | 1101010 | 0 | 10110 | 111000 | 110 | 100100 | 1010010 | 1000100 |
Color Harmonies of #F0BA6A
Complementary color
Monochromatic Colors of #F0BA6A
Black with #F0BA6A
Text Example
Text Example
White with #F0BA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA6A; }
p { color: rgb(240,186,106); }
H1.HeaderClassName
{
color: #F0BA6A;
}
.AnyTagClassName
{
color: #F0BA6A;
}
</style>
background-color css
<style>
a { background-color: #F0BA6A; }
a { background-color: rgb(240,186,106); }
div.DivClassName
{
background-color: #F0BA6A;
}
.BgClassName
{
background-color: #F0BA6A;
}
</style>
border-color css
<style>
span { border-color: #F0BA6A; }
span { border-color: rgb(240,186,106); }
td.TdClassName
{
border-color: #F0BA6A;
}
.TagClassName
{
border-color: #F0BA6A;
}
</style>