Shades of Harvest Gold #F0B571
Tints of Harvest Gold #F0B571
RGB
CMYK
RGB Variations
Color information
#F0B571 (or 0xF0B571) is known color: Harvest Gold. HEX triplet: F0, B5 and 71. RGB value is (240,181,113). Sum of RGB (Red+Green+Blue) = 240+181+113=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B571 is #0F4A8E. Grayscale: #BFBFBF. Windows color (decimal): -1002127 or 7452144. OLE color: 7452144.
HSL color Cylindrical-coordinate representation of color #F0B571: hue angle of 32.13º 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 #F0B571 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 113 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.06 |
| HSL | 32.13º | 0.81% | 0.69% | - |
| HSV(B) | 32.13º | 0.53% | 0.94% | - |
| XYZ | 55.44 | 52.77 | 22.89 | - |
| YUV | 190.89 | 84.05 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 113 | 0 | 0.25 | 0.53 | 0.06 | 32.13 | 0.81 | 0.69 |
| Hex | F0 | B5 | 71 | 0 | 19 | 35 | 6 | 20 | 51 | 45 |
| Octal | 360 | 265 | 161 | 0 | 31 | 65 | 6 | 40 | 121 | 105 |
| Binary | 11110000 | 10110101 | 1110001 | 0 | 11001 | 110101 | 110 | 100000 | 1010001 | 1000101 |
Color Harmonies of #F0B571
Complementary color
Monochromatic Colors of #F0B571
Black with #F0B571
Text Example
Text Example
White with #F0B571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B571; }
p { color: rgb(240,181,113); }
H1.HeaderClassName
{
color: #F0B571;
}
.AnyTagClassName
{
color: #F0B571;
}
</style>
background-color css
<style>
a { background-color: #F0B571; }
a { background-color: rgb(240,181,113); }
div.DivClassName
{
background-color: #F0B571;
}
.BgClassName
{
background-color: #F0B571;
}
</style>
border-color css
<style>
span { border-color: #F0B571; }
span { border-color: rgb(240,181,113); }
td.TdClassName
{
border-color: #F0B571;
}
.TagClassName
{
border-color: #F0B571;
}
</style>