Shades of Harvest Gold #F1AF68
Tints of Harvest Gold #F1AF68
RGB
CMYK
RGB Variations
Color information
#F1AF68 (or 0xF1AF68) is known color: Harvest Gold. HEX triplet: F1, AF and 68. RGB value is (241,175,104). Sum of RGB (Red+Green+Blue) = 241+175+104=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AF68 is #0E5097. Grayscale: #BABABA. Windows color (decimal): -938136 or 6860785. OLE color: 6860785.
HSL color Cylindrical-coordinate representation of color #F1AF68: hue angle of 31.09º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F1AF68 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 104 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.05 |
| HSL | 31.09º | 0.83% | 0.68% | - |
| HSV(B) | 31.09º | 0.57% | 0.95% | - |
| XYZ | 54.1 | 50.36 | 19.97 | - |
| YUV | 186.64 | 81.37 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 104 | 0 | 0.27 | 0.57 | 0.05 | 31.09 | 0.83 | 0.68 |
| Hex | F1 | AF | 68 | 0 | 1B | 39 | 5 | 1F | 53 | 44 |
| Octal | 361 | 257 | 150 | 0 | 33 | 71 | 5 | 37 | 123 | 104 |
| Binary | 11110001 | 10101111 | 1101000 | 0 | 11011 | 111001 | 101 | 11111 | 1010011 | 1000100 |
Color Harmonies of #F1AF68
Complementary color
Monochromatic Colors of #F1AF68
Black with #F1AF68
Text Example
Text Example
White with #F1AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AF68; }
p { color: rgb(241,175,104); }
H1.HeaderClassName
{
color: #F1AF68;
}
.AnyTagClassName
{
color: #F1AF68;
}
</style>
background-color css
<style>
a { background-color: #F1AF68; }
a { background-color: rgb(241,175,104); }
div.DivClassName
{
background-color: #F1AF68;
}
.BgClassName
{
background-color: #F1AF68;
}
</style>
border-color css
<style>
span { border-color: #F1AF68; }
span { border-color: rgb(241,175,104); }
td.TdClassName
{
border-color: #F1AF68;
}
.TagClassName
{
border-color: #F1AF68;
}
</style>