Shades of Harvest Gold #F2BB65
Tints of Harvest Gold #F2BB65
RGB
CMYK
RGB Variations
Color information
#F2BB65 (or 0xF2BB65) is known color: Harvest Gold. HEX triplet: F2, BB and 65. RGB value is (242,187,101). Sum of RGB (Red+Green+Blue) = 242+187+101=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BB65 is #0D449A. Grayscale: #C2C2C2. Windows color (decimal): -869531 or 6667250. OLE color: 6667250.
HSL color Cylindrical-coordinate representation of color #F2BB65: hue angle of 36.6º 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 #F2BB65 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 101 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.05 |
| HSL | 36.6º | 0.84% | 0.67% | - |
| HSV(B) | 36.6º | 0.58% | 0.95% | - |
| XYZ | 56.74 | 55.36 | 20.01 | - |
| YUV | 193.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 101 | 0 | 0.23 | 0.58 | 0.05 | 36.6 | 0.84 | 0.67 |
| Hex | F2 | BB | 65 | 0 | 17 | 3A | 5 | 25 | 54 | 43 |
| Octal | 362 | 273 | 145 | 0 | 27 | 72 | 5 | 45 | 124 | 103 |
| Binary | 11110010 | 10111011 | 1100101 | 0 | 10111 | 111010 | 101 | 100101 | 1010100 | 1000011 |
Color Harmonies of #F2BB65
Complementary color
Monochromatic Colors of #F2BB65
Black with #F2BB65
Text Example
Text Example
White with #F2BB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BB65; }
p { color: rgb(242,187,101); }
H1.HeaderClassName
{
color: #F2BB65;
}
.AnyTagClassName
{
color: #F2BB65;
}
</style>
background-color css
<style>
a { background-color: #F2BB65; }
a { background-color: rgb(242,187,101); }
div.DivClassName
{
background-color: #F2BB65;
}
.BgClassName
{
background-color: #F2BB65;
}
</style>
border-color css
<style>
span { border-color: #F2BB65; }
span { border-color: rgb(242,187,101); }
td.TdClassName
{
border-color: #F2BB65;
}
.TagClassName
{
border-color: #F2BB65;
}
</style>