Shades of Harvest Gold #F0B26F
Tints of Harvest Gold #F0B26F
RGB
CMYK
RGB Variations
Color information
#F0B26F (or 0xF0B26F) is known color: Harvest Gold. HEX triplet: F0, B2 and 6F. RGB value is (240,178,111). Sum of RGB (Red+Green+Blue) = 240+178+111=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B26F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B26F is #0F4D90. Grayscale: #BDBDBD. Windows color (decimal): -1002897 or 7320304. OLE color: 7320304.
HSL color Cylindrical-coordinate representation of color #F0B26F: hue angle of 31.16º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0B26F is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 111 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.06 |
| HSL | 31.16º | 0.81% | 0.69% | - |
| HSV(B) | 31.16º | 0.54% | 0.94% | - |
| XYZ | 54.72 | 51.51 | 22.1 | - |
| YUV | 188.9 | 84.04 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 111 | 0 | 0.26 | 0.54 | 0.06 | 31.16 | 0.81 | 0.69 |
| Hex | F0 | B2 | 6F | 0 | 1A | 36 | 6 | 1F | 51 | 45 |
| Octal | 360 | 262 | 157 | 0 | 32 | 66 | 6 | 37 | 121 | 105 |
| Binary | 11110000 | 10110010 | 1101111 | 0 | 11010 | 110110 | 110 | 11111 | 1010001 | 1000101 |
Color Harmonies of #F0B26F
Complementary color
Monochromatic Colors of #F0B26F
Black with #F0B26F
Text Example
Text Example
White with #F0B26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B26F; }
p { color: rgb(240,178,111); }
H1.HeaderClassName
{
color: #F0B26F;
}
.AnyTagClassName
{
color: #F0B26F;
}
</style>
background-color css
<style>
a { background-color: #F0B26F; }
a { background-color: rgb(240,178,111); }
div.DivClassName
{
background-color: #F0B26F;
}
.BgClassName
{
background-color: #F0B26F;
}
</style>
border-color css
<style>
span { border-color: #F0B26F; }
span { border-color: rgb(240,178,111); }
td.TdClassName
{
border-color: #F0B26F;
}
.TagClassName
{
border-color: #F0B26F;
}
</style>