Shades of Harvest Gold #F4C06F
Tints of Harvest Gold #F4C06F
RGB
CMYK
RGB Variations
Color information
#F4C06F (or 0xF4C06F) is known color: Harvest Gold. HEX triplet: F4, C0 and 6F. RGB value is (244,192,111). Sum of RGB (Red+Green+Blue) = 244+192+111=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C06F is #0B3F90. Grayscale: #C6C6C6. Windows color (decimal): -737169 or 7323892. OLE color: 7323892.
HSL color Cylindrical-coordinate representation of color #F4C06F: hue angle of 36.54º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4C06F is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 111 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.04 |
| HSL | 36.54º | 0.86% | 0.7% | - |
| HSV(B) | 36.54º | 0.55% | 0.96% | - |
| XYZ | 59.03 | 58.08 | 23.14 | - |
| YUV | 198.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 111 | 0 | 0.21 | 0.55 | 0.04 | 36.54 | 0.86 | 0.7 |
| Hex | F4 | C0 | 6F | 0 | 15 | 37 | 4 | 25 | 56 | 46 |
| Octal | 364 | 300 | 157 | 0 | 25 | 67 | 4 | 45 | 126 | 106 |
| Binary | 11110100 | 11000000 | 1101111 | 0 | 10101 | 110111 | 100 | 100101 | 1010110 | 1000110 |
Color Harmonies of #F4C06F
Complementary color
Monochromatic Colors of #F4C06F
Black with #F4C06F
Text Example
Text Example
White with #F4C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C06F; }
p { color: rgb(244,192,111); }
H1.HeaderClassName
{
color: #F4C06F;
}
.AnyTagClassName
{
color: #F4C06F;
}
</style>
background-color css
<style>
a { background-color: #F4C06F; }
a { background-color: rgb(244,192,111); }
div.DivClassName
{
background-color: #F4C06F;
}
.BgClassName
{
background-color: #F4C06F;
}
</style>
border-color css
<style>
span { border-color: #F4C06F; }
span { border-color: rgb(244,192,111); }
td.TdClassName
{
border-color: #F4C06F;
}
.TagClassName
{
border-color: #F4C06F;
}
</style>