Shades of Harvest Gold #F0B665
Tints of Harvest Gold #F0B665
RGB
CMYK
RGB Variations
Color information
#F0B665 (or 0xF0B665) is known color: Harvest Gold. HEX triplet: F0, B6 and 65. RGB value is (240,182,101). Sum of RGB (Red+Green+Blue) = 240+182+101=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B665 is #0F499A. Grayscale: #BEBEBE. Windows color (decimal): -1001883 or 6665968. OLE color: 6665968.
HSL color Cylindrical-coordinate representation of color #F0B665: hue angle of 34.96º 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 #F0B665 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 101 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.06 |
| HSL | 34.96º | 0.82% | 0.67% | - |
| HSV(B) | 34.96º | 0.58% | 0.94% | - |
| XYZ | 55.01 | 52.92 | 19.63 | - |
| YUV | 190.11 | 77.72 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 101 | 0 | 0.24 | 0.58 | 0.06 | 34.96 | 0.82 | 0.67 |
| Hex | F0 | B6 | 65 | 0 | 18 | 3A | 6 | 23 | 52 | 43 |
| Octal | 360 | 266 | 145 | 0 | 30 | 72 | 6 | 43 | 122 | 103 |
| Binary | 11110000 | 10110110 | 1100101 | 0 | 11000 | 111010 | 110 | 100011 | 1010010 | 1000011 |
Color Harmonies of #F0B665
Complementary color
Monochromatic Colors of #F0B665
Black with #F0B665
Text Example
Text Example
White with #F0B665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B665; }
p { color: rgb(240,182,101); }
H1.HeaderClassName
{
color: #F0B665;
}
.AnyTagClassName
{
color: #F0B665;
}
</style>
background-color css
<style>
a { background-color: #F0B665; }
a { background-color: rgb(240,182,101); }
div.DivClassName
{
background-color: #F0B665;
}
.BgClassName
{
background-color: #F0B665;
}
</style>
border-color css
<style>
span { border-color: #F0B665; }
span { border-color: rgb(240,182,101); }
td.TdClassName
{
border-color: #F0B665;
}
.TagClassName
{
border-color: #F0B665;
}
</style>