Shades of Harvest Gold #F0B86D
Tints of Harvest Gold #F0B86D
RGB
CMYK
RGB Variations
Color information
#F0B86D (or 0xF0B86D) is known color: Harvest Gold. HEX triplet: F0, B8 and 6D. RGB value is (240,184,109). Sum of RGB (Red+Green+Blue) = 240+184+109=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B86D is #0F4792. Grayscale: #C0C0C0. Windows color (decimal): -1001363 or 7190768. OLE color: 7190768.
HSL color Cylindrical-coordinate representation of color #F0B86D: hue angle of 34.35º 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 #F0B86D is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 109 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.06 |
| HSL | 34.35º | 0.81% | 0.68% | - |
| HSV(B) | 34.35º | 0.55% | 0.94% | - |
| XYZ | 55.84 | 53.91 | 21.93 | - |
| YUV | 192.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 109 | 0 | 0.23 | 0.55 | 0.06 | 34.35 | 0.81 | 0.68 |
| Hex | F0 | B8 | 6D | 0 | 17 | 37 | 6 | 22 | 51 | 44 |
| Octal | 360 | 270 | 155 | 0 | 27 | 67 | 6 | 42 | 121 | 104 |
| Binary | 11110000 | 10111000 | 1101101 | 0 | 10111 | 110111 | 110 | 100010 | 1010001 | 1000100 |
Color Harmonies of #F0B86D
Complementary color
Monochromatic Colors of #F0B86D
Black with #F0B86D
Text Example
Text Example
White with #F0B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B86D; }
p { color: rgb(240,184,109); }
H1.HeaderClassName
{
color: #F0B86D;
}
.AnyTagClassName
{
color: #F0B86D;
}
</style>
background-color css
<style>
a { background-color: #F0B86D; }
a { background-color: rgb(240,184,109); }
div.DivClassName
{
background-color: #F0B86D;
}
.BgClassName
{
background-color: #F0B86D;
}
</style>
border-color css
<style>
span { border-color: #F0B86D; }
span { border-color: rgb(240,184,109); }
td.TdClassName
{
border-color: #F0B86D;
}
.TagClassName
{
border-color: #F0B86D;
}
</style>