Shades of Harvest Gold #F0B26D
Tints of Harvest Gold #F0B26D
RGB
CMYK
RGB Variations
Color information
#F0B26D (or 0xF0B26D) is known color: Harvest Gold. HEX triplet: F0, B2 and 6D. RGB value is (240,178,109). Sum of RGB (Red+Green+Blue) = 240+178+109=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B26D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B26D is #0F4D92. Grayscale: #BDBDBD. Windows color (decimal): -1002899 or 7189232. OLE color: 7189232.
HSL color Cylindrical-coordinate representation of color #F0B26D: hue angle of 31.6º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0B26D is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 109 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.06 |
| HSL | 31.6º | 0.81% | 0.68% | - |
| HSV(B) | 31.6º | 0.55% | 0.94% | - |
| XYZ | 54.62 | 51.47 | 21.52 | - |
| YUV | 188.67 | 83.04 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 109 | 0 | 0.26 | 0.55 | 0.06 | 31.6 | 0.81 | 0.68 |
| Hex | F0 | B2 | 6D | 0 | 1A | 37 | 6 | 20 | 51 | 44 |
| Octal | 360 | 262 | 155 | 0 | 32 | 67 | 6 | 40 | 121 | 104 |
| Binary | 11110000 | 10110010 | 1101101 | 0 | 11010 | 110111 | 110 | 100000 | 1010001 | 1000100 |
Color Harmonies of #F0B26D
Complementary color
Monochromatic Colors of #F0B26D
Black with #F0B26D
Text Example
Text Example
White with #F0B26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B26D; }
p { color: rgb(240,178,109); }
H1.HeaderClassName
{
color: #F0B26D;
}
.AnyTagClassName
{
color: #F0B26D;
}
</style>
background-color css
<style>
a { background-color: #F0B26D; }
a { background-color: rgb(240,178,109); }
div.DivClassName
{
background-color: #F0B26D;
}
.BgClassName
{
background-color: #F0B26D;
}
</style>
border-color css
<style>
span { border-color: #F0B26D; }
span { border-color: rgb(240,178,109); }
td.TdClassName
{
border-color: #F0B26D;
}
.TagClassName
{
border-color: #F0B26D;
}
</style>