Shades of Harvest Gold #F2BF68
Tints of Harvest Gold #F2BF68
RGB
CMYK
RGB Variations
Color information
#F2BF68 (or 0xF2BF68) is known color: Harvest Gold. HEX triplet: F2, BF and 68. RGB value is (242,191,104). Sum of RGB (Red+Green+Blue) = 242+191+104=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BF68 is #0D4097. Grayscale: #C4C4C4. Windows color (decimal): -868504 or 6864882. OLE color: 6864882.
HSL color Cylindrical-coordinate representation of color #F2BF68: hue angle of 37.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 #F2BF68 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 104 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.05 |
| HSL | 37.83º | 0.84% | 0.68% | - |
| HSV(B) | 37.83º | 0.57% | 0.95% | - |
| XYZ | 57.75 | 57.14 | 21.08 | - |
| YUV | 196.33 | 75.9 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 104 | 0 | 0.21 | 0.57 | 0.05 | 37.83 | 0.84 | 0.68 |
| Hex | F2 | BF | 68 | 0 | 15 | 39 | 5 | 26 | 54 | 44 |
| Octal | 362 | 277 | 150 | 0 | 25 | 71 | 5 | 46 | 124 | 104 |
| Binary | 11110010 | 10111111 | 1101000 | 0 | 10101 | 111001 | 101 | 100110 | 1010100 | 1000100 |
Color Harmonies of #F2BF68
Complementary color
Monochromatic Colors of #F2BF68
Black with #F2BF68
Text Example
Text Example
White with #F2BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BF68; }
p { color: rgb(242,191,104); }
H1.HeaderClassName
{
color: #F2BF68;
}
.AnyTagClassName
{
color: #F2BF68;
}
</style>
background-color css
<style>
a { background-color: #F2BF68; }
a { background-color: rgb(242,191,104); }
div.DivClassName
{
background-color: #F2BF68;
}
.BgClassName
{
background-color: #F2BF68;
}
</style>
border-color css
<style>
span { border-color: #F2BF68; }
span { border-color: rgb(242,191,104); }
td.TdClassName
{
border-color: #F2BF68;
}
.TagClassName
{
border-color: #F2BF68;
}
</style>