Shades of Harvest Gold #F0B861
Tints of Harvest Gold #F0B861
RGB
CMYK
RGB Variations
Color information
#F0B861 (or 0xF0B861) is known color: Harvest Gold. HEX triplet: F0, B8 and 61. RGB value is (240,184,97). Sum of RGB (Red+Green+Blue) = 240+184+97=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B861 is #0F479E. Grayscale: #BFBFBF. Windows color (decimal): -1001375 or 6404336. OLE color: 6404336.
HSL color Cylindrical-coordinate representation of color #F0B861: hue angle of 36.5º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0B861 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 97 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.06 |
| HSL | 36.5º | 0.83% | 0.66% | - |
| HSV(B) | 36.5º | 0.6% | 0.94% | - |
| XYZ | 55.23 | 53.67 | 18.76 | - |
| YUV | 190.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 97 | 0 | 0.23 | 0.60 | 0.06 | 36.5 | 0.83 | 0.66 |
| Hex | F0 | B8 | 61 | 0 | 17 | 3C | 6 | 25 | 53 | 42 |
| Octal | 360 | 270 | 141 | 0 | 27 | 74 | 6 | 45 | 123 | 102 |
| Binary | 11110000 | 10111000 | 1100001 | 0 | 10111 | 111100 | 110 | 100101 | 1010011 | 1000010 |
Color Harmonies of #F0B861
Complementary color
Monochromatic Colors of #F0B861
Black with #F0B861
Text Example
Text Example
White with #F0B861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B861; }
p { color: rgb(240,184,97); }
H1.HeaderClassName
{
color: #F0B861;
}
.AnyTagClassName
{
color: #F0B861;
}
</style>
background-color css
<style>
a { background-color: #F0B861; }
a { background-color: rgb(240,184,97); }
div.DivClassName
{
background-color: #F0B861;
}
.BgClassName
{
background-color: #F0B861;
}
</style>
border-color css
<style>
span { border-color: #F0B861; }
span { border-color: rgb(240,184,97); }
td.TdClassName
{
border-color: #F0B861;
}
.TagClassName
{
border-color: #F0B861;
}
</style>