Shades of Harvest Gold #F0AF6B
Tints of Harvest Gold #F0AF6B
RGB
CMYK
RGB Variations
Color information
#F0AF6B (or 0xF0AF6B) is known color: Harvest Gold. HEX triplet: F0, AF and 6B. RGB value is (240,175,107). Sum of RGB (Red+Green+Blue) = 240+175+107=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF6B is #0F5094. Grayscale: #BBBBBB. Windows color (decimal): -1003669 or 7057392. OLE color: 7057392.
HSL color Cylindrical-coordinate representation of color #F0AF6B: hue angle of 30.68º degrees, saturation: 0.82, 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 #F0AF6B is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 107 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.06 |
| HSL | 30.68º | 0.82% | 0.68% | - |
| HSV(B) | 30.68º | 0.55% | 0.94% | - |
| XYZ | 53.92 | 50.25 | 20.77 | - |
| YUV | 186.68 | 83.03 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 107 | 0 | 0.27 | 0.55 | 0.06 | 30.68 | 0.82 | 0.68 |
| Hex | F0 | AF | 6B | 0 | 1B | 37 | 6 | 1F | 52 | 44 |
| Octal | 360 | 257 | 153 | 0 | 33 | 67 | 6 | 37 | 122 | 104 |
| Binary | 11110000 | 10101111 | 1101011 | 0 | 11011 | 110111 | 110 | 11111 | 1010010 | 1000100 |
Color Harmonies of #F0AF6B
Complementary color
Monochromatic Colors of #F0AF6B
Black with #F0AF6B
Text Example
Text Example
White with #F0AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF6B; }
p { color: rgb(240,175,107); }
H1.HeaderClassName
{
color: #F0AF6B;
}
.AnyTagClassName
{
color: #F0AF6B;
}
</style>
background-color css
<style>
a { background-color: #F0AF6B; }
a { background-color: rgb(240,175,107); }
div.DivClassName
{
background-color: #F0AF6B;
}
.BgClassName
{
background-color: #F0AF6B;
}
</style>
border-color css
<style>
span { border-color: #F0AF6B; }
span { border-color: rgb(240,175,107); }
td.TdClassName
{
border-color: #F0AF6B;
}
.TagClassName
{
border-color: #F0AF6B;
}
</style>