Shades of Harvest Gold #F0BF71
Tints of Harvest Gold #F0BF71
RGB
CMYK
RGB Variations
Color information
#F0BF71 (or 0xF0BF71) is known color: Harvest Gold. HEX triplet: F0, BF and 71. RGB value is (240,191,113). Sum of RGB (Red+Green+Blue) = 240+191+113=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF71 is #0F408E. Grayscale: #C5C5C5. Windows color (decimal): -999567 or 7454704. OLE color: 7454704.
HSL color Cylindrical-coordinate representation of color #F0BF71: hue angle of 36.85º 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 #F0BF71 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 113 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.06 |
| HSL | 36.85º | 0.81% | 0.69% | - |
| HSV(B) | 36.85º | 0.53% | 0.94% | - |
| XYZ | 57.55 | 56.98 | 23.59 | - |
| YUV | 196.76 | 80.73 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 113 | 0 | 0.20 | 0.53 | 0.06 | 36.85 | 0.81 | 0.69 |
| Hex | F0 | BF | 71 | 0 | 14 | 35 | 6 | 25 | 51 | 45 |
| Octal | 360 | 277 | 161 | 0 | 24 | 65 | 6 | 45 | 121 | 105 |
| Binary | 11110000 | 10111111 | 1110001 | 0 | 10100 | 110101 | 110 | 100101 | 1010001 | 1000101 |
Color Harmonies of #F0BF71
Complementary color
Monochromatic Colors of #F0BF71
Black with #F0BF71
Text Example
Text Example
White with #F0BF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF71; }
p { color: rgb(240,191,113); }
H1.HeaderClassName
{
color: #F0BF71;
}
.AnyTagClassName
{
color: #F0BF71;
}
</style>
background-color css
<style>
a { background-color: #F0BF71; }
a { background-color: rgb(240,191,113); }
div.DivClassName
{
background-color: #F0BF71;
}
.BgClassName
{
background-color: #F0BF71;
}
</style>
border-color css
<style>
span { border-color: #F0BF71; }
span { border-color: rgb(240,191,113); }
td.TdClassName
{
border-color: #F0BF71;
}
.TagClassName
{
border-color: #F0BF71;
}
</style>