Shades of Harvest Gold #F0BE6B
Tints of Harvest Gold #F0BE6B
RGB
CMYK
RGB Variations
Color information
#F0BE6B (or 0xF0BE6B) is known color: Harvest Gold. HEX triplet: F0, BE and 6B. RGB value is (240,190,107). Sum of RGB (Red+Green+Blue) = 240+190+107=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BE6B is #0F4194. Grayscale: #C3C3C3. Windows color (decimal): -999829 or 7061232. OLE color: 7061232.
HSL color Cylindrical-coordinate representation of color #F0BE6B: hue angle of 37.44º 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 #F0BE6B is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 107 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.06 |
| HSL | 37.44º | 0.82% | 0.68% | - |
| HSV(B) | 37.44º | 0.55% | 0.94% | - |
| XYZ | 57 | 56.41 | 21.79 | - |
| YUV | 195.49 | 78.07 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 107 | 0 | 0.21 | 0.55 | 0.06 | 37.44 | 0.82 | 0.68 |
| Hex | F0 | BE | 6B | 0 | 15 | 37 | 6 | 25 | 52 | 44 |
| Octal | 360 | 276 | 153 | 0 | 25 | 67 | 6 | 45 | 122 | 104 |
| Binary | 11110000 | 10111110 | 1101011 | 0 | 10101 | 110111 | 110 | 100101 | 1010010 | 1000100 |
Color Harmonies of #F0BE6B
Complementary color
Monochromatic Colors of #F0BE6B
Black with #F0BE6B
Text Example
Text Example
White with #F0BE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BE6B; }
p { color: rgb(240,190,107); }
H1.HeaderClassName
{
color: #F0BE6B;
}
.AnyTagClassName
{
color: #F0BE6B;
}
</style>
background-color css
<style>
a { background-color: #F0BE6B; }
a { background-color: rgb(240,190,107); }
div.DivClassName
{
background-color: #F0BE6B;
}
.BgClassName
{
background-color: #F0BE6B;
}
</style>
border-color css
<style>
span { border-color: #F0BE6B; }
span { border-color: rgb(240,190,107); }
td.TdClassName
{
border-color: #F0BE6B;
}
.TagClassName
{
border-color: #F0BE6B;
}
</style>