Shades of Harvest Gold #F0B471
Tints of Harvest Gold #F0B471
RGB
CMYK
RGB Variations
Color information
#F0B471 (or 0xF0B471) is known color: Harvest Gold. HEX triplet: F0, B4 and 71. RGB value is (240,180,113). Sum of RGB (Red+Green+Blue) = 240+180+113=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B471 is #0F4B8E. Grayscale: #BEBEBE. Windows color (decimal): -1002383 or 7451888. OLE color: 7451888.
HSL color Cylindrical-coordinate representation of color #F0B471: hue angle of 31.65º 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 #F0B471 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 113 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.06 |
| HSL | 31.65º | 0.81% | 0.69% | - |
| HSV(B) | 31.65º | 0.53% | 0.94% | - |
| XYZ | 55.24 | 52.36 | 22.82 | - |
| YUV | 190.3 | 84.38 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 113 | 0 | 0.25 | 0.53 | 0.06 | 31.65 | 0.81 | 0.69 |
| Hex | F0 | B4 | 71 | 0 | 19 | 35 | 6 | 20 | 51 | 45 |
| Octal | 360 | 264 | 161 | 0 | 31 | 65 | 6 | 40 | 121 | 105 |
| Binary | 11110000 | 10110100 | 1110001 | 0 | 11001 | 110101 | 110 | 100000 | 1010001 | 1000101 |
Color Harmonies of #F0B471
Complementary color
Monochromatic Colors of #F0B471
Black with #F0B471
Text Example
Text Example
White with #F0B471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B471; }
p { color: rgb(240,180,113); }
H1.HeaderClassName
{
color: #F0B471;
}
.AnyTagClassName
{
color: #F0B471;
}
</style>
background-color css
<style>
a { background-color: #F0B471; }
a { background-color: rgb(240,180,113); }
div.DivClassName
{
background-color: #F0B471;
}
.BgClassName
{
background-color: #F0B471;
}
</style>
border-color css
<style>
span { border-color: #F0B471; }
span { border-color: rgb(240,180,113); }
td.TdClassName
{
border-color: #F0B471;
}
.TagClassName
{
border-color: #F0B471;
}
</style>