Shades of Harvest Gold #F0B869
Tints of Harvest Gold #F0B869
RGB
CMYK
RGB Variations
Color information
#F0B869 (or 0xF0B869) is known color: Harvest Gold. HEX triplet: F0, B8 and 69. RGB value is (240,184,105). Sum of RGB (Red+Green+Blue) = 240+184+105=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B869 is #0F4796. Grayscale: #C0C0C0. Windows color (decimal): -1001367 or 6928624. OLE color: 6928624.
HSL color Cylindrical-coordinate representation of color #F0B869: hue angle of 35.11º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0B869 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 105 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.06 |
| HSL | 35.11º | 0.82% | 0.68% | - |
| HSV(B) | 35.11º | 0.56% | 0.94% | - |
| XYZ | 55.63 | 53.83 | 20.82 | - |
| YUV | 191.74 | 79.05 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 105 | 0 | 0.23 | 0.56 | 0.06 | 35.11 | 0.82 | 0.68 |
| Hex | F0 | B8 | 69 | 0 | 17 | 38 | 6 | 23 | 52 | 44 |
| Octal | 360 | 270 | 151 | 0 | 27 | 70 | 6 | 43 | 122 | 104 |
| Binary | 11110000 | 10111000 | 1101001 | 0 | 10111 | 111000 | 110 | 100011 | 1010010 | 1000100 |
Color Harmonies of #F0B869
Complementary color
Monochromatic Colors of #F0B869
Black with #F0B869
Text Example
Text Example
White with #F0B869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B869; }
p { color: rgb(240,184,105); }
H1.HeaderClassName
{
color: #F0B869;
}
.AnyTagClassName
{
color: #F0B869;
}
</style>
background-color css
<style>
a { background-color: #F0B869; }
a { background-color: rgb(240,184,105); }
div.DivClassName
{
background-color: #F0B869;
}
.BgClassName
{
background-color: #F0B869;
}
</style>
border-color css
<style>
span { border-color: #F0B869; }
span { border-color: rgb(240,184,105); }
td.TdClassName
{
border-color: #F0B869;
}
.TagClassName
{
border-color: #F0B869;
}
</style>