Shades of Harvest Gold #F2BA65
Tints of Harvest Gold #F2BA65
RGB
CMYK
RGB Variations
Color information
#F2BA65 (or 0xF2BA65) is known color: Harvest Gold. HEX triplet: F2, BA and 65. RGB value is (242,186,101). Sum of RGB (Red+Green+Blue) = 242+186+101=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA65 is #0D459A. Grayscale: #C1C1C1. Windows color (decimal): -869787 or 6666994. OLE color: 6666994.
HSL color Cylindrical-coordinate representation of color #F2BA65: hue angle of 36.17º degrees, saturation: 0.84, 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 #F2BA65 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 101 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.05 |
| HSL | 36.17º | 0.84% | 0.67% | - |
| HSV(B) | 36.17º | 0.58% | 0.95% | - |
| XYZ | 56.53 | 54.93 | 19.94 | - |
| YUV | 193.05 | 76.05 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 101 | 0 | 0.23 | 0.58 | 0.05 | 36.17 | 0.84 | 0.67 |
| Hex | F2 | BA | 65 | 0 | 17 | 3A | 5 | 24 | 54 | 43 |
| Octal | 362 | 272 | 145 | 0 | 27 | 72 | 5 | 44 | 124 | 103 |
| Binary | 11110010 | 10111010 | 1100101 | 0 | 10111 | 111010 | 101 | 100100 | 1010100 | 1000011 |
Color Harmonies of #F2BA65
Complementary color
Monochromatic Colors of #F2BA65
Black with #F2BA65
Text Example
Text Example
White with #F2BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA65; }
p { color: rgb(242,186,101); }
H1.HeaderClassName
{
color: #F2BA65;
}
.AnyTagClassName
{
color: #F2BA65;
}
</style>
background-color css
<style>
a { background-color: #F2BA65; }
a { background-color: rgb(242,186,101); }
div.DivClassName
{
background-color: #F2BA65;
}
.BgClassName
{
background-color: #F2BA65;
}
</style>
border-color css
<style>
span { border-color: #F2BA65; }
span { border-color: rgb(242,186,101); }
td.TdClassName
{
border-color: #F2BA65;
}
.TagClassName
{
border-color: #F2BA65;
}
</style>