Shades of Harvest Gold #F0BF70
Tints of Harvest Gold #F0BF70
RGB
CMYK
RGB Variations
Color information
#F0BF70 (or 0xF0BF70) is known color: Harvest Gold. HEX triplet: F0, BF and 70. RGB value is (240,191,112). Sum of RGB (Red+Green+Blue) = 240+191+112=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF70 is #0F408F. Grayscale: #C5C5C5. Windows color (decimal): -999568 or 7389168. OLE color: 7389168.
HSL color Cylindrical-coordinate representation of color #F0BF70: hue angle of 37.03º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0BF70 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 112 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.06 |
| HSL | 37.03º | 0.81% | 0.69% | - |
| HSV(B) | 37.03º | 0.53% | 0.94% | - |
| XYZ | 57.49 | 56.96 | 23.29 | - |
| YUV | 196.65 | 80.23 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 112 | 0 | 0.20 | 0.53 | 0.06 | 37.03 | 0.81 | 0.69 |
| Hex | F0 | BF | 70 | 0 | 14 | 35 | 6 | 25 | 51 | 45 |
| Octal | 360 | 277 | 160 | 0 | 24 | 65 | 6 | 45 | 121 | 105 |
| Binary | 11110000 | 10111111 | 1110000 | 0 | 10100 | 110101 | 110 | 100101 | 1010001 | 1000101 |
Color Harmonies of #F0BF70
Complementary color
Monochromatic Colors of #F0BF70
Black with #F0BF70
Text Example
Text Example
White with #F0BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF70; }
p { color: rgb(240,191,112); }
H1.HeaderClassName
{
color: #F0BF70;
}
.AnyTagClassName
{
color: #F0BF70;
}
</style>
background-color css
<style>
a { background-color: #F0BF70; }
a { background-color: rgb(240,191,112); }
div.DivClassName
{
background-color: #F0BF70;
}
.BgClassName
{
background-color: #F0BF70;
}
</style>
border-color css
<style>
span { border-color: #F0BF70; }
span { border-color: rgb(240,191,112); }
td.TdClassName
{
border-color: #F0BF70;
}
.TagClassName
{
border-color: #F0BF70;
}
</style>