Shades of Harvest Gold #F0AF66
Tints of Harvest Gold #F0AF66
RGB
CMYK
RGB Variations
Color information
#F0AF66 (or 0xF0AF66) is known color: Harvest Gold. HEX triplet: F0, AF and 66. RGB value is (240,175,102). Sum of RGB (Red+Green+Blue) = 240+175+102=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF66 is #0F5099. Grayscale: #BABABA. Windows color (decimal): -1003674 or 6729712. OLE color: 6729712.
HSL color Cylindrical-coordinate representation of color #F0AF66: hue angle of 31.74º 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 #F0AF66 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 102 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.06 |
| HSL | 31.74º | 0.82% | 0.67% | - |
| HSV(B) | 31.74º | 0.58% | 0.94% | - |
| XYZ | 53.66 | 50.14 | 19.42 | - |
| YUV | 186.11 | 80.53 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 102 | 0 | 0.27 | 0.58 | 0.06 | 31.74 | 0.82 | 0.67 |
| Hex | F0 | AF | 66 | 0 | 1B | 3A | 6 | 20 | 52 | 43 |
| Octal | 360 | 257 | 146 | 0 | 33 | 72 | 6 | 40 | 122 | 103 |
| Binary | 11110000 | 10101111 | 1100110 | 0 | 11011 | 111010 | 110 | 100000 | 1010010 | 1000011 |
Color Harmonies of #F0AF66
Complementary color
Monochromatic Colors of #F0AF66
Black with #F0AF66
Text Example
Text Example
White with #F0AF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF66; }
p { color: rgb(240,175,102); }
H1.HeaderClassName
{
color: #F0AF66;
}
.AnyTagClassName
{
color: #F0AF66;
}
</style>
background-color css
<style>
a { background-color: #F0AF66; }
a { background-color: rgb(240,175,102); }
div.DivClassName
{
background-color: #F0AF66;
}
.BgClassName
{
background-color: #F0AF66;
}
</style>
border-color css
<style>
span { border-color: #F0AF66; }
span { border-color: rgb(240,175,102); }
td.TdClassName
{
border-color: #F0AF66;
}
.TagClassName
{
border-color: #F0AF66;
}
</style>