Shades of Harvest Gold #F0BA63
Tints of Harvest Gold #F0BA63
RGB
CMYK
RGB Variations
Color information
#F0BA63 (or 0xF0BA63) is known color: Harvest Gold. HEX triplet: F0, BA and 63. RGB value is (240,186,99). Sum of RGB (Red+Green+Blue) = 240+186+99=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA63 is #0F459C. Grayscale: #C0C0C0. Windows color (decimal): -1000861 or 6535920. OLE color: 6535920.
HSL color Cylindrical-coordinate representation of color #F0BA63: hue angle of 37.02º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0BA63 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 99 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.06 |
| HSL | 37.02º | 0.82% | 0.66% | - |
| HSV(B) | 37.02º | 0.59% | 0.94% | - |
| XYZ | 55.75 | 54.54 | 19.39 | - |
| YUV | 192.23 | 75.39 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 99 | 0 | 0.22 | 0.59 | 0.06 | 37.02 | 0.82 | 0.66 |
| Hex | F0 | BA | 63 | 0 | 16 | 3B | 6 | 25 | 52 | 42 |
| Octal | 360 | 272 | 143 | 0 | 26 | 73 | 6 | 45 | 122 | 102 |
| Binary | 11110000 | 10111010 | 1100011 | 0 | 10110 | 111011 | 110 | 100101 | 1010010 | 1000010 |
Color Harmonies of #F0BA63
Complementary color
Monochromatic Colors of #F0BA63
Black with #F0BA63
Text Example
Text Example
White with #F0BA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA63; }
p { color: rgb(240,186,99); }
H1.HeaderClassName
{
color: #F0BA63;
}
.AnyTagClassName
{
color: #F0BA63;
}
</style>
background-color css
<style>
a { background-color: #F0BA63; }
a { background-color: rgb(240,186,99); }
div.DivClassName
{
background-color: #F0BA63;
}
.BgClassName
{
background-color: #F0BA63;
}
</style>
border-color css
<style>
span { border-color: #F0BA63; }
span { border-color: rgb(240,186,99); }
td.TdClassName
{
border-color: #F0BA63;
}
.TagClassName
{
border-color: #F0BA63;
}
</style>