Shades of Harvest Gold #F0AF6C
Tints of Harvest Gold #F0AF6C
RGB
CMYK
RGB Variations
Color information
#F0AF6C (or 0xF0AF6C) is known color: Harvest Gold. HEX triplet: F0, AF and 6C. RGB value is (240,175,108). Sum of RGB (Red+Green+Blue) = 240+175+108=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF6C is #0F5093. Grayscale: #BBBBBB. Windows color (decimal): -1003668 or 7122928. OLE color: 7122928.
HSL color Cylindrical-coordinate representation of color #F0AF6C: hue angle of 30.45º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0AF6C is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 108 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.06 |
| HSL | 30.45º | 0.81% | 0.68% | - |
| HSV(B) | 30.45º | 0.55% | 0.94% | - |
| XYZ | 53.97 | 50.27 | 21.05 | - |
| YUV | 186.8 | 83.53 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 108 | 0 | 0.27 | 0.55 | 0.06 | 30.45 | 0.81 | 0.68 |
| Hex | F0 | AF | 6C | 0 | 1B | 37 | 6 | 1E | 51 | 44 |
| Octal | 360 | 257 | 154 | 0 | 33 | 67 | 6 | 36 | 121 | 104 |
| Binary | 11110000 | 10101111 | 1101100 | 0 | 11011 | 110111 | 110 | 11110 | 1010001 | 1000100 |
Color Harmonies of #F0AF6C
Complementary color
Monochromatic Colors of #F0AF6C
Black with #F0AF6C
Text Example
Text Example
White with #F0AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF6C; }
p { color: rgb(240,175,108); }
H1.HeaderClassName
{
color: #F0AF6C;
}
.AnyTagClassName
{
color: #F0AF6C;
}
</style>
background-color css
<style>
a { background-color: #F0AF6C; }
a { background-color: rgb(240,175,108); }
div.DivClassName
{
background-color: #F0AF6C;
}
.BgClassName
{
background-color: #F0AF6C;
}
</style>
border-color css
<style>
span { border-color: #F0AF6C; }
span { border-color: rgb(240,175,108); }
td.TdClassName
{
border-color: #F0AF6C;
}
.TagClassName
{
border-color: #F0AF6C;
}
</style>