Shades of Harvest Gold #F0C369
Tints of Harvest Gold #F0C369
RGB
CMYK
RGB Variations
Color information
#F0C369 (or 0xF0C369) is known color: Harvest Gold. HEX triplet: F0, C3 and 69. RGB value is (240,195,105). Sum of RGB (Red+Green+Blue) = 240+195+105=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C369 is #0F3C96. Grayscale: #C6C6C6. Windows color (decimal): -998551 or 6931440. OLE color: 6931440.
HSL color Cylindrical-coordinate representation of color #F0C369: hue angle of 40º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0C369 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 105 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.06 |
| HSL | 40º | 0.82% | 0.68% | - |
| HSV(B) | 40º | 0.56% | 0.94% | - |
| XYZ | 58 | 58.58 | 21.61 | - |
| YUV | 198.2 | 75.41 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 105 | 0 | 0.19 | 0.56 | 0.06 | 40 | 0.82 | 0.68 |
| Hex | F0 | C3 | 69 | 0 | 13 | 38 | 6 | 28 | 52 | 44 |
| Octal | 360 | 303 | 151 | 0 | 23 | 70 | 6 | 50 | 122 | 104 |
| Binary | 11110000 | 11000011 | 1101001 | 0 | 10011 | 111000 | 110 | 101000 | 1010010 | 1000100 |
Color Harmonies of #F0C369
Complementary color
Monochromatic Colors of #F0C369
Black with #F0C369
Text Example
Text Example
White with #F0C369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C369; }
p { color: rgb(240,195,105); }
H1.HeaderClassName
{
color: #F0C369;
}
.AnyTagClassName
{
color: #F0C369;
}
</style>
background-color css
<style>
a { background-color: #F0C369; }
a { background-color: rgb(240,195,105); }
div.DivClassName
{
background-color: #F0C369;
}
.BgClassName
{
background-color: #F0C369;
}
</style>
border-color css
<style>
span { border-color: #F0C369; }
span { border-color: rgb(240,195,105); }
td.TdClassName
{
border-color: #F0C369;
}
.TagClassName
{
border-color: #F0C369;
}
</style>