Shades of Harvest Gold #F0B362
Tints of Harvest Gold #F0B362
RGB
CMYK
RGB Variations
Color information
#F0B362 (or 0xF0B362) is known color: Harvest Gold. HEX triplet: F0, B3 and 62. RGB value is (240,179,98). Sum of RGB (Red+Green+Blue) = 240+179+98=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B362 is #0F4C9D. Grayscale: #BCBCBC. Windows color (decimal): -1002654 or 6468592. OLE color: 6468592.
HSL color Cylindrical-coordinate representation of color #F0B362: hue angle of 34.23º 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 #F0B362 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 98 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.06 |
| HSL | 34.23º | 0.83% | 0.66% | - |
| HSV(B) | 34.23º | 0.59% | 0.94% | - |
| XYZ | 54.26 | 51.65 | 18.66 | - |
| YUV | 188.01 | 77.21 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 98 | 0 | 0.25 | 0.59 | 0.06 | 34.23 | 0.83 | 0.66 |
| Hex | F0 | B3 | 62 | 0 | 19 | 3B | 6 | 22 | 53 | 42 |
| Octal | 360 | 263 | 142 | 0 | 31 | 73 | 6 | 42 | 123 | 102 |
| Binary | 11110000 | 10110011 | 1100010 | 0 | 11001 | 111011 | 110 | 100010 | 1010011 | 1000010 |
Color Harmonies of #F0B362
Complementary color
Monochromatic Colors of #F0B362
Black with #F0B362
Text Example
Text Example
White with #F0B362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B362; }
p { color: rgb(240,179,98); }
H1.HeaderClassName
{
color: #F0B362;
}
.AnyTagClassName
{
color: #F0B362;
}
</style>
background-color css
<style>
a { background-color: #F0B362; }
a { background-color: rgb(240,179,98); }
div.DivClassName
{
background-color: #F0B362;
}
.BgClassName
{
background-color: #F0B362;
}
</style>
border-color css
<style>
span { border-color: #F0B362; }
span { border-color: rgb(240,179,98); }
td.TdClassName
{
border-color: #F0B362;
}
.TagClassName
{
border-color: #F0B362;
}
</style>