Shades of Harvest Gold #F0BF6B
Tints of Harvest Gold #F0BF6B
RGB
CMYK
RGB Variations
Color information
#F0BF6B (or 0xF0BF6B) is known color: Harvest Gold. HEX triplet: F0, BF and 6B. RGB value is (240,191,107). Sum of RGB (Red+Green+Blue) = 240+191+107=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF6B is #0F4094. Grayscale: #C4C4C4. Windows color (decimal): -999573 or 7061488. OLE color: 7061488.
HSL color Cylindrical-coordinate representation of color #F0BF6B: hue angle of 37.89º degrees, saturation: 0.82, 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 #F0BF6B is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 107 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.06 |
| HSL | 37.89º | 0.82% | 0.68% | - |
| HSV(B) | 37.89º | 0.55% | 0.94% | - |
| XYZ | 57.22 | 56.85 | 21.87 | - |
| YUV | 196.08 | 77.73 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 107 | 0 | 0.20 | 0.55 | 0.06 | 37.89 | 0.82 | 0.68 |
| Hex | F0 | BF | 6B | 0 | 14 | 37 | 6 | 26 | 52 | 44 |
| Octal | 360 | 277 | 153 | 0 | 24 | 67 | 6 | 46 | 122 | 104 |
| Binary | 11110000 | 10111111 | 1101011 | 0 | 10100 | 110111 | 110 | 100110 | 1010010 | 1000100 |
Color Harmonies of #F0BF6B
Complementary color
Monochromatic Colors of #F0BF6B
Black with #F0BF6B
Text Example
Text Example
White with #F0BF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF6B; }
p { color: rgb(240,191,107); }
H1.HeaderClassName
{
color: #F0BF6B;
}
.AnyTagClassName
{
color: #F0BF6B;
}
</style>
background-color css
<style>
a { background-color: #F0BF6B; }
a { background-color: rgb(240,191,107); }
div.DivClassName
{
background-color: #F0BF6B;
}
.BgClassName
{
background-color: #F0BF6B;
}
</style>
border-color css
<style>
span { border-color: #F0BF6B; }
span { border-color: rgb(240,191,107); }
td.TdClassName
{
border-color: #F0BF6B;
}
.TagClassName
{
border-color: #F0BF6B;
}
</style>