Shades of Harvest Gold #F0BE6A
Tints of Harvest Gold #F0BE6A
RGB
CMYK
RGB Variations
Color information
#F0BE6A (or 0xF0BE6A) is known color: Harvest Gold. HEX triplet: F0, BE and 6A. RGB value is (240,190,106). Sum of RGB (Red+Green+Blue) = 240+190+106=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BE6A is #0F4195. Grayscale: #C3C3C3. Windows color (decimal): -999830 or 6995696. OLE color: 6995696.
HSL color Cylindrical-coordinate representation of color #F0BE6A: hue angle of 37.61º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0BE6A is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 106 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.06 |
| HSL | 37.61º | 0.82% | 0.68% | - |
| HSV(B) | 37.61º | 0.56% | 0.94% | - |
| XYZ | 56.95 | 56.39 | 21.52 | - |
| YUV | 195.37 | 77.57 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 106 | 0 | 0.21 | 0.56 | 0.06 | 37.61 | 0.82 | 0.68 |
| Hex | F0 | BE | 6A | 0 | 15 | 38 | 6 | 26 | 52 | 44 |
| Octal | 360 | 276 | 152 | 0 | 25 | 70 | 6 | 46 | 122 | 104 |
| Binary | 11110000 | 10111110 | 1101010 | 0 | 10101 | 111000 | 110 | 100110 | 1010010 | 1000100 |
Color Harmonies of #F0BE6A
Complementary color
Monochromatic Colors of #F0BE6A
Black with #F0BE6A
Text Example
Text Example
White with #F0BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BE6A; }
p { color: rgb(240,190,106); }
H1.HeaderClassName
{
color: #F0BE6A;
}
.AnyTagClassName
{
color: #F0BE6A;
}
</style>
background-color css
<style>
a { background-color: #F0BE6A; }
a { background-color: rgb(240,190,106); }
div.DivClassName
{
background-color: #F0BE6A;
}
.BgClassName
{
background-color: #F0BE6A;
}
</style>
border-color css
<style>
span { border-color: #F0BE6A; }
span { border-color: rgb(240,190,106); }
td.TdClassName
{
border-color: #F0BE6A;
}
.TagClassName
{
border-color: #F0BE6A;
}
</style>