Shades of Harvest Gold #F0B769
Tints of Harvest Gold #F0B769
RGB
CMYK
RGB Variations
Color information
#F0B769 (or 0xF0B769) is known color: Harvest Gold. HEX triplet: F0, B7 and 69. RGB value is (240,183,105). Sum of RGB (Red+Green+Blue) = 240+183+105=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B769 is #0F4896. Grayscale: #BFBFBF. Windows color (decimal): -1001623 or 6928368. OLE color: 6928368.
HSL color Cylindrical-coordinate representation of color #F0B769: hue angle of 34.67º 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 #F0B769 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 105 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.06 |
| HSL | 34.67º | 0.82% | 0.68% | - |
| HSV(B) | 34.67º | 0.56% | 0.94% | - |
| XYZ | 55.42 | 53.41 | 20.75 | - |
| YUV | 191.15 | 79.38 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 105 | 0 | 0.24 | 0.56 | 0.06 | 34.67 | 0.82 | 0.68 |
| Hex | F0 | B7 | 69 | 0 | 18 | 38 | 6 | 23 | 52 | 44 |
| Octal | 360 | 267 | 151 | 0 | 30 | 70 | 6 | 43 | 122 | 104 |
| Binary | 11110000 | 10110111 | 1101001 | 0 | 11000 | 111000 | 110 | 100011 | 1010010 | 1000100 |
Color Harmonies of #F0B769
Complementary color
Monochromatic Colors of #F0B769
Black with #F0B769
Text Example
Text Example
White with #F0B769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B769; }
p { color: rgb(240,183,105); }
H1.HeaderClassName
{
color: #F0B769;
}
.AnyTagClassName
{
color: #F0B769;
}
</style>
background-color css
<style>
a { background-color: #F0B769; }
a { background-color: rgb(240,183,105); }
div.DivClassName
{
background-color: #F0B769;
}
.BgClassName
{
background-color: #F0B769;
}
</style>
border-color css
<style>
span { border-color: #F0B769; }
span { border-color: rgb(240,183,105); }
td.TdClassName
{
border-color: #F0B769;
}
.TagClassName
{
border-color: #F0B769;
}
</style>