Shades of Harvest Gold #F0BE64
Tints of Harvest Gold #F0BE64
RGB
CMYK
RGB Variations
Color information
#F0BE64 (or 0xF0BE64) is known color: Harvest Gold. HEX triplet: F0, BE and 64. RGB value is (240,190,100). Sum of RGB (Red+Green+Blue) = 240+190+100=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BE64 is #0F419B. Grayscale: #C3C3C3. Windows color (decimal): -999836 or 6602480. OLE color: 6602480.
HSL color Cylindrical-coordinate representation of color #F0BE64: hue angle of 38.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0BE64 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 100 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.06 |
| HSL | 38.57º | 0.82% | 0.67% | - |
| HSV(B) | 38.57º | 0.58% | 0.94% | - |
| XYZ | 56.65 | 56.27 | 19.93 | - |
| YUV | 194.69 | 74.57 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 100 | 0 | 0.21 | 0.58 | 0.06 | 38.57 | 0.82 | 0.67 |
| Hex | F0 | BE | 64 | 0 | 15 | 3A | 6 | 27 | 52 | 43 |
| Octal | 360 | 276 | 144 | 0 | 25 | 72 | 6 | 47 | 122 | 103 |
| Binary | 11110000 | 10111110 | 1100100 | 0 | 10101 | 111010 | 110 | 100111 | 1010010 | 1000011 |
Color Harmonies of #F0BE64
Complementary color
Monochromatic Colors of #F0BE64
Black with #F0BE64
Text Example
Text Example
White with #F0BE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BE64; }
p { color: rgb(240,190,100); }
H1.HeaderClassName
{
color: #F0BE64;
}
.AnyTagClassName
{
color: #F0BE64;
}
</style>
background-color css
<style>
a { background-color: #F0BE64; }
a { background-color: rgb(240,190,100); }
div.DivClassName
{
background-color: #F0BE64;
}
.BgClassName
{
background-color: #F0BE64;
}
</style>
border-color css
<style>
span { border-color: #F0BE64; }
span { border-color: rgb(240,190,100); }
td.TdClassName
{
border-color: #F0BE64;
}
.TagClassName
{
border-color: #F0BE64;
}
</style>