Shades of Harvest Gold #F9C064
Tints of Harvest Gold #F9C064
RGB
CMYK
RGB Variations
Color information
#F9C064 (or 0xF9C064) is known color: Harvest Gold. HEX triplet: F9, C0 and 64. RGB value is (249,192,100). Sum of RGB (Red+Green+Blue) = 249+192+100=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C064 is #063F9B. Grayscale: #C6C6C6. Windows color (decimal): -409500 or 6603001. OLE color: 6603001.
HSL color Cylindrical-coordinate representation of color #F9C064: hue angle of 37.05º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F9C064 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 100 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.02 |
| HSL | 37.05º | 0.93% | 0.68% | - |
| HSV(B) | 37.05º | 0.6% | 0.98% | - |
| XYZ | 60.22 | 58.76 | 20.22 | - |
| YUV | 198.56 | 72.38 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 100 | 0 | 0.23 | 0.60 | 0.02 | 37.05 | 0.93 | 0.68 |
| Hex | F9 | C0 | 64 | 0 | 17 | 3C | 2 | 25 | 5D | 44 |
| Octal | 371 | 300 | 144 | 0 | 27 | 74 | 2 | 45 | 135 | 104 |
| Binary | 11111001 | 11000000 | 1100100 | 0 | 10111 | 111100 | 10 | 100101 | 1011101 | 1000100 |
Color Harmonies of #F9C064
Complementary color
Monochromatic Colors of #F9C064
Black with #F9C064
Text Example
Text Example
White with #F9C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C064; }
p { color: rgb(249,192,100); }
H1.HeaderClassName
{
color: #F9C064;
}
.AnyTagClassName
{
color: #F9C064;
}
</style>
background-color css
<style>
a { background-color: #F9C064; }
a { background-color: rgb(249,192,100); }
div.DivClassName
{
background-color: #F9C064;
}
.BgClassName
{
background-color: #F9C064;
}
</style>
border-color css
<style>
span { border-color: #F9C064; }
span { border-color: rgb(249,192,100); }
td.TdClassName
{
border-color: #F9C064;
}
.TagClassName
{
border-color: #F9C064;
}
</style>