Shades of Harvest Gold #F0BD62
Tints of Harvest Gold #F0BD62
RGB
CMYK
RGB Variations
Color information
#F0BD62 (or 0xF0BD62) is known color: Harvest Gold. HEX triplet: F0, BD and 62. RGB value is (240,189,98). Sum of RGB (Red+Green+Blue) = 240+189+98=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BD62 is #0F429D. Grayscale: #C2C2C2. Windows color (decimal): -1000094 or 6471152. OLE color: 6471152.
HSL color Cylindrical-coordinate representation of color #F0BD62: hue angle of 38.45º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0BD62 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 98 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.06 |
| HSL | 38.45º | 0.83% | 0.66% | - |
| HSV(B) | 38.45º | 0.59% | 0.94% | - |
| XYZ | 56.34 | 55.8 | 19.36 | - |
| YUV | 193.88 | 73.9 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 98 | 0 | 0.21 | 0.59 | 0.06 | 38.45 | 0.83 | 0.66 |
| Hex | F0 | BD | 62 | 0 | 15 | 3B | 6 | 26 | 53 | 42 |
| Octal | 360 | 275 | 142 | 0 | 25 | 73 | 6 | 46 | 123 | 102 |
| Binary | 11110000 | 10111101 | 1100010 | 0 | 10101 | 111011 | 110 | 100110 | 1010011 | 1000010 |
Color Harmonies of #F0BD62
Complementary color
Monochromatic Colors of #F0BD62
Black with #F0BD62
Text Example
Text Example
White with #F0BD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BD62; }
p { color: rgb(240,189,98); }
H1.HeaderClassName
{
color: #F0BD62;
}
.AnyTagClassName
{
color: #F0BD62;
}
</style>
background-color css
<style>
a { background-color: #F0BD62; }
a { background-color: rgb(240,189,98); }
div.DivClassName
{
background-color: #F0BD62;
}
.BgClassName
{
background-color: #F0BD62;
}
</style>
border-color css
<style>
span { border-color: #F0BD62; }
span { border-color: rgb(240,189,98); }
td.TdClassName
{
border-color: #F0BD62;
}
.TagClassName
{
border-color: #F0BD62;
}
</style>