Shades of Harvest Gold #F3BB64
Tints of Harvest Gold #F3BB64
RGB
CMYK
RGB Variations
Color information
#F3BB64 (or 0xF3BB64) is known color: Harvest Gold. HEX triplet: F3, BB and 64. RGB value is (243,187,100). Sum of RGB (Red+Green+Blue) = 243+187+100=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BB64 is #0C449B. Grayscale: #C2C2C2. Windows color (decimal): -803996 or 6601715. OLE color: 6601715.
HSL color Cylindrical-coordinate representation of color #F3BB64: hue angle of 36.5º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F3BB64 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 100 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.05 |
| HSL | 36.5º | 0.86% | 0.67% | - |
| HSV(B) | 36.5º | 0.59% | 0.95% | - |
| XYZ | 57.03 | 55.52 | 19.77 | - |
| YUV | 193.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 100 | 0 | 0.23 | 0.59 | 0.05 | 36.5 | 0.86 | 0.67 |
| Hex | F3 | BB | 64 | 0 | 17 | 3B | 5 | 25 | 56 | 43 |
| Octal | 363 | 273 | 144 | 0 | 27 | 73 | 5 | 45 | 126 | 103 |
| Binary | 11110011 | 10111011 | 1100100 | 0 | 10111 | 111011 | 101 | 100101 | 1010110 | 1000011 |
Color Harmonies of #F3BB64
Complementary color
Monochromatic Colors of #F3BB64
Black with #F3BB64
Text Example
Text Example
White with #F3BB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BB64; }
p { color: rgb(243,187,100); }
H1.HeaderClassName
{
color: #F3BB64;
}
.AnyTagClassName
{
color: #F3BB64;
}
</style>
background-color css
<style>
a { background-color: #F3BB64; }
a { background-color: rgb(243,187,100); }
div.DivClassName
{
background-color: #F3BB64;
}
.BgClassName
{
background-color: #F3BB64;
}
</style>
border-color css
<style>
span { border-color: #F3BB64; }
span { border-color: rgb(243,187,100); }
td.TdClassName
{
border-color: #F3BB64;
}
.TagClassName
{
border-color: #F3BB64;
}
</style>