Shades of Harvest Gold #F0C063
Tints of Harvest Gold #F0C063
RGB
CMYK
RGB Variations
Color information
#F0C063 (or 0xF0C063) is known color: Harvest Gold. HEX triplet: F0, C0 and 63. RGB value is (240,192,99). Sum of RGB (Red+Green+Blue) = 240+192+99=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C063 is #0F3F9C. Grayscale: #C4C4C4. Windows color (decimal): -999325 or 6537456. OLE color: 6537456.
HSL color Cylindrical-coordinate representation of color #F0C063: hue angle of 39.57º 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 #F0C063 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 99 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.06 |
| HSL | 39.57º | 0.82% | 0.66% | - |
| HSV(B) | 39.57º | 0.59% | 0.94% | - |
| XYZ | 57.04 | 57.13 | 19.82 | - |
| YUV | 195.75 | 73.4 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 99 | 0 | 0.20 | 0.59 | 0.06 | 39.57 | 0.82 | 0.66 |
| Hex | F0 | C0 | 63 | 0 | 14 | 3B | 6 | 28 | 52 | 42 |
| Octal | 360 | 300 | 143 | 0 | 24 | 73 | 6 | 50 | 122 | 102 |
| Binary | 11110000 | 11000000 | 1100011 | 0 | 10100 | 111011 | 110 | 101000 | 1010010 | 1000010 |
Color Harmonies of #F0C063
Complementary color
Monochromatic Colors of #F0C063
Black with #F0C063
Text Example
Text Example
White with #F0C063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C063; }
p { color: rgb(240,192,99); }
H1.HeaderClassName
{
color: #F0C063;
}
.AnyTagClassName
{
color: #F0C063;
}
</style>
background-color css
<style>
a { background-color: #F0C063; }
a { background-color: rgb(240,192,99); }
div.DivClassName
{
background-color: #F0C063;
}
.BgClassName
{
background-color: #F0C063;
}
</style>
border-color css
<style>
span { border-color: #F0C063; }
span { border-color: rgb(240,192,99); }
td.TdClassName
{
border-color: #F0C063;
}
.TagClassName
{
border-color: #F0C063;
}
</style>