Shades of Harvest Gold #F0BD6A
Tints of Harvest Gold #F0BD6A
RGB
CMYK
RGB Variations
Color information
#F0BD6A (or 0xF0BD6A) is known color: Harvest Gold. HEX triplet: F0, BD and 6A. RGB value is (240,189,106). Sum of RGB (Red+Green+Blue) = 240+189+106=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BD6A is #0F4295. Grayscale: #C3C3C3. Windows color (decimal): -1000086 or 6995440. OLE color: 6995440.
HSL color Cylindrical-coordinate representation of color #F0BD6A: hue angle of 37.16º 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 #F0BD6A is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 106 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.06 |
| HSL | 37.16º | 0.82% | 0.68% | - |
| HSV(B) | 37.16º | 0.56% | 0.94% | - |
| XYZ | 56.73 | 55.96 | 21.45 | - |
| YUV | 194.79 | 77.9 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 106 | 0 | 0.21 | 0.56 | 0.06 | 37.16 | 0.82 | 0.68 |
| Hex | F0 | BD | 6A | 0 | 15 | 38 | 6 | 25 | 52 | 44 |
| Octal | 360 | 275 | 152 | 0 | 25 | 70 | 6 | 45 | 122 | 104 |
| Binary | 11110000 | 10111101 | 1101010 | 0 | 10101 | 111000 | 110 | 100101 | 1010010 | 1000100 |
Color Harmonies of #F0BD6A
Complementary color
Monochromatic Colors of #F0BD6A
Black with #F0BD6A
Text Example
Text Example
White with #F0BD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BD6A; }
p { color: rgb(240,189,106); }
H1.HeaderClassName
{
color: #F0BD6A;
}
.AnyTagClassName
{
color: #F0BD6A;
}
</style>
background-color css
<style>
a { background-color: #F0BD6A; }
a { background-color: rgb(240,189,106); }
div.DivClassName
{
background-color: #F0BD6A;
}
.BgClassName
{
background-color: #F0BD6A;
}
</style>
border-color css
<style>
span { border-color: #F0BD6A; }
span { border-color: rgb(240,189,106); }
td.TdClassName
{
border-color: #F0BD6A;
}
.TagClassName
{
border-color: #F0BD6A;
}
</style>