Shades of Harvest Gold #F0AF6A
Tints of Harvest Gold #F0AF6A
RGB
CMYK
RGB Variations
Color information
#F0AF6A (or 0xF0AF6A) is known color: Harvest Gold. HEX triplet: F0, AF and 6A. RGB value is (240,175,106). Sum of RGB (Red+Green+Blue) = 240+175+106=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF6A is #0F5095. Grayscale: #BABABA. Windows color (decimal): -1003670 or 6991856. OLE color: 6991856.
HSL color Cylindrical-coordinate representation of color #F0AF6A: hue angle of 30.9º 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 #F0AF6A is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 106 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.06 |
| HSL | 30.9º | 0.82% | 0.68% | - |
| HSV(B) | 30.9º | 0.56% | 0.94% | - |
| XYZ | 53.87 | 50.23 | 20.49 | - |
| YUV | 186.57 | 82.53 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 106 | 0 | 0.27 | 0.56 | 0.06 | 30.9 | 0.82 | 0.68 |
| Hex | F0 | AF | 6A | 0 | 1B | 38 | 6 | 1F | 52 | 44 |
| Octal | 360 | 257 | 152 | 0 | 33 | 70 | 6 | 37 | 122 | 104 |
| Binary | 11110000 | 10101111 | 1101010 | 0 | 11011 | 111000 | 110 | 11111 | 1010010 | 1000100 |
Color Harmonies of #F0AF6A
Complementary color
Monochromatic Colors of #F0AF6A
Black with #F0AF6A
Text Example
Text Example
White with #F0AF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF6A; }
p { color: rgb(240,175,106); }
H1.HeaderClassName
{
color: #F0AF6A;
}
.AnyTagClassName
{
color: #F0AF6A;
}
</style>
background-color css
<style>
a { background-color: #F0AF6A; }
a { background-color: rgb(240,175,106); }
div.DivClassName
{
background-color: #F0AF6A;
}
.BgClassName
{
background-color: #F0AF6A;
}
</style>
border-color css
<style>
span { border-color: #F0AF6A; }
span { border-color: rgb(240,175,106); }
td.TdClassName
{
border-color: #F0AF6A;
}
.TagClassName
{
border-color: #F0AF6A;
}
</style>