Shades of Harvest Gold #F0B16B
Tints of Harvest Gold #F0B16B
RGB
CMYK
RGB Variations
Color information
#F0B16B (or 0xF0B16B) is known color: Harvest Gold. HEX triplet: F0, B1 and 6B. RGB value is (240,177,107). Sum of RGB (Red+Green+Blue) = 240+177+107=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B16B is #0F4E94. Grayscale: #BCBCBC. Windows color (decimal): -1003157 or 7057904. OLE color: 7057904.
HSL color Cylindrical-coordinate representation of color #F0B16B: hue angle of 31.58º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0B16B is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 107 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.06 |
| HSL | 31.58º | 0.82% | 0.68% | - |
| HSV(B) | 31.58º | 0.55% | 0.94% | - |
| XYZ | 54.31 | 51.03 | 20.9 | - |
| YUV | 187.86 | 82.37 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 107 | 0 | 0.26 | 0.55 | 0.06 | 31.58 | 0.82 | 0.68 |
| Hex | F0 | B1 | 6B | 0 | 1A | 37 | 6 | 20 | 52 | 44 |
| Octal | 360 | 261 | 153 | 0 | 32 | 67 | 6 | 40 | 122 | 104 |
| Binary | 11110000 | 10110001 | 1101011 | 0 | 11010 | 110111 | 110 | 100000 | 1010010 | 1000100 |
Color Harmonies of #F0B16B
Complementary color
Monochromatic Colors of #F0B16B
Black with #F0B16B
Text Example
Text Example
White with #F0B16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B16B; }
p { color: rgb(240,177,107); }
H1.HeaderClassName
{
color: #F0B16B;
}
.AnyTagClassName
{
color: #F0B16B;
}
</style>
background-color css
<style>
a { background-color: #F0B16B; }
a { background-color: rgb(240,177,107); }
div.DivClassName
{
background-color: #F0B16B;
}
.BgClassName
{
background-color: #F0B16B;
}
</style>
border-color css
<style>
span { border-color: #F0B16B; }
span { border-color: rgb(240,177,107); }
td.TdClassName
{
border-color: #F0B16B;
}
.TagClassName
{
border-color: #F0B16B;
}
</style>