Shades of Harvest Gold #F4B666
Tints of Harvest Gold #F4B666
RGB
CMYK
RGB Variations
Color information
#F4B666 (or 0xF4B666) is known color: Harvest Gold. HEX triplet: F4, B6 and 66. RGB value is (244,182,102). Sum of RGB (Red+Green+Blue) = 244+182+102=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B666 is #0B4999. Grayscale: #BFBFBF. Windows color (decimal): -739738 or 6731508. OLE color: 6731508.
HSL color Cylindrical-coordinate representation of color #F4B666: hue angle of 33.8º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F4B666 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 182 | 102 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.04 |
| HSL | 33.8º | 0.87% | 0.68% | - |
| HSV(B) | 33.8º | 0.58% | 0.96% | - |
| XYZ | 56.43 | 53.65 | 19.95 | - |
| YUV | 191.42 | 77.54 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 182 | 102 | 0 | 0.25 | 0.58 | 0.04 | 33.8 | 0.87 | 0.68 |
| Hex | F4 | B6 | 66 | 0 | 19 | 3A | 4 | 22 | 57 | 44 |
| Octal | 364 | 266 | 146 | 0 | 31 | 72 | 4 | 42 | 127 | 104 |
| Binary | 11110100 | 10110110 | 1100110 | 0 | 11001 | 111010 | 100 | 100010 | 1010111 | 1000100 |
Color Harmonies of #F4B666
Complementary color
Monochromatic Colors of #F4B666
Black with #F4B666
Text Example
Text Example
White with #F4B666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B666; }
p { color: rgb(244,182,102); }
H1.HeaderClassName
{
color: #F4B666;
}
.AnyTagClassName
{
color: #F4B666;
}
</style>
background-color css
<style>
a { background-color: #F4B666; }
a { background-color: rgb(244,182,102); }
div.DivClassName
{
background-color: #F4B666;
}
.BgClassName
{
background-color: #F4B666;
}
</style>
border-color css
<style>
span { border-color: #F4B666; }
span { border-color: rgb(244,182,102); }
td.TdClassName
{
border-color: #F4B666;
}
.TagClassName
{
border-color: #F4B666;
}
</style>