Shades of Harvest Gold #F0AF68
Tints of Harvest Gold #F0AF68
RGB
CMYK
RGB Variations
Color information
#F0AF68 (or 0xF0AF68) is known color: Harvest Gold. HEX triplet: F0, AF and 68. RGB value is (240,175,104). Sum of RGB (Red+Green+Blue) = 240+175+104=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF68 is #0F5097. Grayscale: #BABABA. Windows color (decimal): -1003672 or 6860784. OLE color: 6860784.
HSL color Cylindrical-coordinate representation of color #F0AF68: hue angle of 31.32º 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 #F0AF68 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 104 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.06 |
| HSL | 31.32º | 0.82% | 0.67% | - |
| HSV(B) | 31.32º | 0.57% | 0.94% | - |
| XYZ | 53.76 | 50.18 | 19.95 | - |
| YUV | 186.34 | 81.53 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 104 | 0 | 0.27 | 0.57 | 0.06 | 31.32 | 0.82 | 0.67 |
| Hex | F0 | AF | 68 | 0 | 1B | 39 | 6 | 1F | 52 | 43 |
| Octal | 360 | 257 | 150 | 0 | 33 | 71 | 6 | 37 | 122 | 103 |
| Binary | 11110000 | 10101111 | 1101000 | 0 | 11011 | 111001 | 110 | 11111 | 1010010 | 1000011 |
Color Harmonies of #F0AF68
Complementary color
Monochromatic Colors of #F0AF68
Black with #F0AF68
Text Example
Text Example
White with #F0AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF68; }
p { color: rgb(240,175,104); }
H1.HeaderClassName
{
color: #F0AF68;
}
.AnyTagClassName
{
color: #F0AF68;
}
</style>
background-color css
<style>
a { background-color: #F0AF68; }
a { background-color: rgb(240,175,104); }
div.DivClassName
{
background-color: #F0AF68;
}
.BgClassName
{
background-color: #F0AF68;
}
</style>
border-color css
<style>
span { border-color: #F0AF68; }
span { border-color: rgb(240,175,104); }
td.TdClassName
{
border-color: #F0AF68;
}
.TagClassName
{
border-color: #F0AF68;
}
</style>