Shades of Harvest Gold #F2BF65
Tints of Harvest Gold #F2BF65
RGB
CMYK
RGB Variations
Color information
#F2BF65 (or 0xF2BF65) is known color: Harvest Gold. HEX triplet: F2, BF and 65. RGB value is (242,191,101). Sum of RGB (Red+Green+Blue) = 242+191+101=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BF65 is #0D409A. Grayscale: #C4C4C4. Windows color (decimal): -868507 or 6668274. OLE color: 6668274.
HSL color Cylindrical-coordinate representation of color #F2BF65: hue angle of 38.3º 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 #F2BF65 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 101 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.05 |
| HSL | 38.3º | 0.84% | 0.67% | - |
| HSV(B) | 38.3º | 0.58% | 0.95% | - |
| XYZ | 57.6 | 57.08 | 20.29 | - |
| YUV | 195.99 | 74.4 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 101 | 0 | 0.21 | 0.58 | 0.05 | 38.3 | 0.84 | 0.67 |
| Hex | F2 | BF | 65 | 0 | 15 | 3A | 5 | 26 | 54 | 43 |
| Octal | 362 | 277 | 145 | 0 | 25 | 72 | 5 | 46 | 124 | 103 |
| Binary | 11110010 | 10111111 | 1100101 | 0 | 10101 | 111010 | 101 | 100110 | 1010100 | 1000011 |
Color Harmonies of #F2BF65
Complementary color
Monochromatic Colors of #F2BF65
Black with #F2BF65
Text Example
Text Example
White with #F2BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BF65; }
p { color: rgb(242,191,101); }
H1.HeaderClassName
{
color: #F2BF65;
}
.AnyTagClassName
{
color: #F2BF65;
}
</style>
background-color css
<style>
a { background-color: #F2BF65; }
a { background-color: rgb(242,191,101); }
div.DivClassName
{
background-color: #F2BF65;
}
.BgClassName
{
background-color: #F2BF65;
}
</style>
border-color css
<style>
span { border-color: #F2BF65; }
span { border-color: rgb(242,191,101); }
td.TdClassName
{
border-color: #F2BF65;
}
.TagClassName
{
border-color: #F2BF65;
}
</style>