Shades of Harvest Gold #F0B168
Tints of Harvest Gold #F0B168
RGB
CMYK
RGB Variations
Color information
#F0B168 (or 0xF0B168) is known color: Harvest Gold. HEX triplet: F0, B1 and 68. RGB value is (240,177,104). Sum of RGB (Red+Green+Blue) = 240+177+104=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B168 is #0F4E97. Grayscale: #BBBBBB. Windows color (decimal): -1003160 or 6861296. OLE color: 6861296.
HSL color Cylindrical-coordinate representation of color #F0B168: hue angle of 32.21º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0B168 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 104 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.06 |
| HSL | 32.21º | 0.82% | 0.67% | - |
| HSV(B) | 32.21º | 0.57% | 0.94% | - |
| XYZ | 54.16 | 50.97 | 20.08 | - |
| YUV | 187.52 | 80.87 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 104 | 0 | 0.26 | 0.57 | 0.06 | 32.21 | 0.82 | 0.67 |
| Hex | F0 | B1 | 68 | 0 | 1A | 39 | 6 | 20 | 52 | 43 |
| Octal | 360 | 261 | 150 | 0 | 32 | 71 | 6 | 40 | 122 | 103 |
| Binary | 11110000 | 10110001 | 1101000 | 0 | 11010 | 111001 | 110 | 100000 | 1010010 | 1000011 |
Color Harmonies of #F0B168
Complementary color
Monochromatic Colors of #F0B168
Black with #F0B168
Text Example
Text Example
White with #F0B168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B168; }
p { color: rgb(240,177,104); }
H1.HeaderClassName
{
color: #F0B168;
}
.AnyTagClassName
{
color: #F0B168;
}
</style>
background-color css
<style>
a { background-color: #F0B168; }
a { background-color: rgb(240,177,104); }
div.DivClassName
{
background-color: #F0B168;
}
.BgClassName
{
background-color: #F0B168;
}
</style>
border-color css
<style>
span { border-color: #F0B168; }
span { border-color: rgb(240,177,104); }
td.TdClassName
{
border-color: #F0B168;
}
.TagClassName
{
border-color: #F0B168;
}
</style>