Shades of Harvest Gold #F4BB68
Tints of Harvest Gold #F4BB68
RGB
CMYK
RGB Variations
Color information
#F4BB68 (or 0xF4BB68) is known color: Harvest Gold. HEX triplet: F4, BB and 68. RGB value is (244,187,104). Sum of RGB (Red+Green+Blue) = 244+187+104=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BB68 is #0B4497. Grayscale: #C2C2C2. Windows color (decimal): -738456 or 6863860. OLE color: 6863860.
HSL color Cylindrical-coordinate representation of color #F4BB68: hue angle of 35.57º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4BB68 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 104 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.04 |
| HSL | 35.57º | 0.86% | 0.68% | - |
| HSV(B) | 35.57º | 0.57% | 0.96% | - |
| XYZ | 57.58 | 55.77 | 20.83 | - |
| YUV | 194.58 | 76.88 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 104 | 0 | 0.23 | 0.57 | 0.04 | 35.57 | 0.86 | 0.68 |
| Hex | F4 | BB | 68 | 0 | 17 | 39 | 4 | 24 | 56 | 44 |
| Octal | 364 | 273 | 150 | 0 | 27 | 71 | 4 | 44 | 126 | 104 |
| Binary | 11110100 | 10111011 | 1101000 | 0 | 10111 | 111001 | 100 | 100100 | 1010110 | 1000100 |
Color Harmonies of #F4BB68
Complementary color
Monochromatic Colors of #F4BB68
Black with #F4BB68
Text Example
Text Example
White with #F4BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BB68; }
p { color: rgb(244,187,104); }
H1.HeaderClassName
{
color: #F4BB68;
}
.AnyTagClassName
{
color: #F4BB68;
}
</style>
background-color css
<style>
a { background-color: #F4BB68; }
a { background-color: rgb(244,187,104); }
div.DivClassName
{
background-color: #F4BB68;
}
.BgClassName
{
background-color: #F4BB68;
}
</style>
border-color css
<style>
span { border-color: #F4BB68; }
span { border-color: rgb(244,187,104); }
td.TdClassName
{
border-color: #F4BB68;
}
.TagClassName
{
border-color: #F4BB68;
}
</style>