Shades of Harvest Gold #F0C265
Tints of Harvest Gold #F0C265
RGB
CMYK
RGB Variations
Color information
#F0C265 (or 0xF0C265) is known color: Harvest Gold. HEX triplet: F0, C2 and 65. RGB value is (240,194,101). Sum of RGB (Red+Green+Blue) = 240+194+101=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C265 is #0F3D9A. Grayscale: #C5C5C5. Windows color (decimal): -998811 or 6669040. OLE color: 6669040.
HSL color Cylindrical-coordinate representation of color #F0C265: hue angle of 40.14º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0C265 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 101 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.06 |
| HSL | 40.14º | 0.82% | 0.67% | - |
| HSV(B) | 40.14º | 0.58% | 0.94% | - |
| XYZ | 57.58 | 58.05 | 20.48 | - |
| YUV | 197.15 | 73.74 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 101 | 0 | 0.19 | 0.58 | 0.06 | 40.14 | 0.82 | 0.67 |
| Hex | F0 | C2 | 65 | 0 | 13 | 3A | 6 | 28 | 52 | 43 |
| Octal | 360 | 302 | 145 | 0 | 23 | 72 | 6 | 50 | 122 | 103 |
| Binary | 11110000 | 11000010 | 1100101 | 0 | 10011 | 111010 | 110 | 101000 | 1010010 | 1000011 |
Color Harmonies of #F0C265
Complementary color
Monochromatic Colors of #F0C265
Black with #F0C265
Text Example
Text Example
White with #F0C265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C265; }
p { color: rgb(240,194,101); }
H1.HeaderClassName
{
color: #F0C265;
}
.AnyTagClassName
{
color: #F0C265;
}
</style>
background-color css
<style>
a { background-color: #F0C265; }
a { background-color: rgb(240,194,101); }
div.DivClassName
{
background-color: #F0C265;
}
.BgClassName
{
background-color: #F0C265;
}
</style>
border-color css
<style>
span { border-color: #F0C265; }
span { border-color: rgb(240,194,101); }
td.TdClassName
{
border-color: #F0C265;
}
.TagClassName
{
border-color: #F0C265;
}
</style>