Shades of Harvest Gold #F2BA6E
Tints of Harvest Gold #F2BA6E
RGB
CMYK
RGB Variations
Color information
#F2BA6E (or 0xF2BA6E) is known color: Harvest Gold. HEX triplet: F2, BA and 6E. RGB value is (242,186,110). Sum of RGB (Red+Green+Blue) = 242+186+110=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA6E is #0D4591. Grayscale: #C2C2C2. Windows color (decimal): -869778 or 7256818. OLE color: 7256818.
HSL color Cylindrical-coordinate representation of color #F2BA6E: hue angle of 34.55º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2BA6E is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 110 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.05 |
| HSL | 34.55º | 0.84% | 0.69% | - |
| HSV(B) | 34.55º | 0.55% | 0.95% | - |
| XYZ | 56.99 | 55.12 | 22.39 | - |
| YUV | 194.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 110 | 0 | 0.23 | 0.55 | 0.05 | 34.55 | 0.84 | 0.69 |
| Hex | F2 | BA | 6E | 0 | 17 | 37 | 5 | 23 | 54 | 45 |
| Octal | 362 | 272 | 156 | 0 | 27 | 67 | 5 | 43 | 124 | 105 |
| Binary | 11110010 | 10111010 | 1101110 | 0 | 10111 | 110111 | 101 | 100011 | 1010100 | 1000101 |
Color Harmonies of #F2BA6E
Complementary color
Monochromatic Colors of #F2BA6E
Black with #F2BA6E
Text Example
Text Example
White with #F2BA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA6E; }
p { color: rgb(242,186,110); }
H1.HeaderClassName
{
color: #F2BA6E;
}
.AnyTagClassName
{
color: #F2BA6E;
}
</style>
background-color css
<style>
a { background-color: #F2BA6E; }
a { background-color: rgb(242,186,110); }
div.DivClassName
{
background-color: #F2BA6E;
}
.BgClassName
{
background-color: #F2BA6E;
}
</style>
border-color css
<style>
span { border-color: #F2BA6E; }
span { border-color: rgb(242,186,110); }
td.TdClassName
{
border-color: #F2BA6E;
}
.TagClassName
{
border-color: #F2BA6E;
}
</style>