Shades of Harvest Gold #F0C163
Tints of Harvest Gold #F0C163
RGB
CMYK
RGB Variations
Color information
#F0C163 (or 0xF0C163) is known color: Harvest Gold. HEX triplet: F0, C1 and 63. RGB value is (240,193,99). Sum of RGB (Red+Green+Blue) = 240+193+99=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 99 (39.06% from 255 or 18.61% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C163 is #0F3E9C. Grayscale: #C4C4C4. Windows color (decimal): -999069 or 6537712. OLE color: 6537712.
HSL color Cylindrical-coordinate representation of color #F0C163: hue angle of 40º degrees, saturation: 0.82, 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 #F0C163 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 99 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.06 |
| HSL | 40º | 0.82% | 0.66% | - |
| HSV(B) | 40º | 0.59% | 0.94% | - |
| XYZ | 57.26 | 57.57 | 19.9 | - |
| YUV | 196.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 99 | 0 | 0.20 | 0.59 | 0.06 | 40 | 0.82 | 0.66 |
| Hex | F0 | C1 | 63 | 0 | 14 | 3B | 6 | 28 | 52 | 42 |
| Octal | 360 | 301 | 143 | 0 | 24 | 73 | 6 | 50 | 122 | 102 |
| Binary | 11110000 | 11000001 | 1100011 | 0 | 10100 | 111011 | 110 | 101000 | 1010010 | 1000010 |
Color Harmonies of #F0C163
Complementary color
Monochromatic Colors of #F0C163
Black with #F0C163
Text Example
Text Example
White with #F0C163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C163; }
p { color: rgb(240,193,99); }
H1.HeaderClassName
{
color: #F0C163;
}
.AnyTagClassName
{
color: #F0C163;
}
</style>
background-color css
<style>
a { background-color: #F0C163; }
a { background-color: rgb(240,193,99); }
div.DivClassName
{
background-color: #F0C163;
}
.BgClassName
{
background-color: #F0C163;
}
</style>
border-color css
<style>
span { border-color: #F0C163; }
span { border-color: rgb(240,193,99); }
td.TdClassName
{
border-color: #F0C163;
}
.TagClassName
{
border-color: #F0C163;
}
</style>