Shades of Harvest Gold #F2BA67
Tints of Harvest Gold #F2BA67
RGB
CMYK
RGB Variations
Color information
#F2BA67 (or 0xF2BA67) is known color: Harvest Gold. HEX triplet: F2, BA and 67. RGB value is (242,186,103). Sum of RGB (Red+Green+Blue) = 242+186+103=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA67 is #0D4598. Grayscale: #C1C1C1. Windows color (decimal): -869785 or 6798066. OLE color: 6798066.
HSL color Cylindrical-coordinate representation of color #F2BA67: hue angle of 35.83º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2BA67 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 103 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.05 |
| HSL | 35.83º | 0.84% | 0.68% | - |
| HSV(B) | 35.83º | 0.57% | 0.95% | - |
| XYZ | 56.63 | 54.97 | 20.46 | - |
| YUV | 193.28 | 77.05 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 103 | 0 | 0.23 | 0.57 | 0.05 | 35.83 | 0.84 | 0.68 |
| Hex | F2 | BA | 67 | 0 | 17 | 39 | 5 | 24 | 54 | 44 |
| Octal | 362 | 272 | 147 | 0 | 27 | 71 | 5 | 44 | 124 | 104 |
| Binary | 11110010 | 10111010 | 1100111 | 0 | 10111 | 111001 | 101 | 100100 | 1010100 | 1000100 |
Color Harmonies of #F2BA67
Complementary color
Monochromatic Colors of #F2BA67
Black with #F2BA67
Text Example
Text Example
White with #F2BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA67; }
p { color: rgb(242,186,103); }
H1.HeaderClassName
{
color: #F2BA67;
}
.AnyTagClassName
{
color: #F2BA67;
}
</style>
background-color css
<style>
a { background-color: #F2BA67; }
a { background-color: rgb(242,186,103); }
div.DivClassName
{
background-color: #F2BA67;
}
.BgClassName
{
background-color: #F2BA67;
}
</style>
border-color css
<style>
span { border-color: #F2BA67; }
span { border-color: rgb(242,186,103); }
td.TdClassName
{
border-color: #F2BA67;
}
.TagClassName
{
border-color: #F2BA67;
}
</style>