Shades of Harvest Gold #F0B367
Tints of Harvest Gold #F0B367
RGB
CMYK
RGB Variations
Color information
#F0B367 (or 0xF0B367) is known color: Harvest Gold. HEX triplet: F0, B3 and 67. RGB value is (240,179,103). Sum of RGB (Red+Green+Blue) = 240+179+103=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B367 is #0F4C98. Grayscale: #BCBCBC. Windows color (decimal): -1002649 or 6796272. OLE color: 6796272.
HSL color Cylindrical-coordinate representation of color #F0B367: hue angle of 33.28º 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 #F0B367 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 103 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.06 |
| HSL | 33.28º | 0.82% | 0.67% | - |
| HSV(B) | 33.28º | 0.57% | 0.94% | - |
| XYZ | 54.5 | 51.74 | 19.95 | - |
| YUV | 188.58 | 79.71 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 103 | 0 | 0.25 | 0.57 | 0.06 | 33.28 | 0.82 | 0.67 |
| Hex | F0 | B3 | 67 | 0 | 19 | 39 | 6 | 21 | 52 | 43 |
| Octal | 360 | 263 | 147 | 0 | 31 | 71 | 6 | 41 | 122 | 103 |
| Binary | 11110000 | 10110011 | 1100111 | 0 | 11001 | 111001 | 110 | 100001 | 1010010 | 1000011 |
Color Harmonies of #F0B367
Complementary color
Monochromatic Colors of #F0B367
Black with #F0B367
Text Example
Text Example
White with #F0B367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B367; }
p { color: rgb(240,179,103); }
H1.HeaderClassName
{
color: #F0B367;
}
.AnyTagClassName
{
color: #F0B367;
}
</style>
background-color css
<style>
a { background-color: #F0B367; }
a { background-color: rgb(240,179,103); }
div.DivClassName
{
background-color: #F0B367;
}
.BgClassName
{
background-color: #F0B367;
}
</style>
border-color css
<style>
span { border-color: #F0B367; }
span { border-color: rgb(240,179,103); }
td.TdClassName
{
border-color: #F0B367;
}
.TagClassName
{
border-color: #F0B367;
}
</style>