Shades of Harvest Gold #F4B866
Tints of Harvest Gold #F4B866
RGB
CMYK
RGB Variations
Color information
#F4B866 (or 0xF4B866) is known color: Harvest Gold. HEX triplet: F4, B8 and 66. RGB value is (244,184,102). Sum of RGB (Red+Green+Blue) = 244+184+102=530 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.04% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B866 is #0B4799. Grayscale: #C0C0C0. Windows color (decimal): -739226 or 6732020. OLE color: 6732020.
HSL color Cylindrical-coordinate representation of color #F4B866: hue angle of 34.65º 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 #F4B866 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 184 | 102 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.04 |
| HSL | 34.65º | 0.87% | 0.68% | - |
| HSV(B) | 34.65º | 0.58% | 0.96% | - |
| XYZ | 56.85 | 54.47 | 20.09 | - |
| YUV | 192.59 | 76.88 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 184 | 102 | 0 | 0.25 | 0.58 | 0.04 | 34.65 | 0.87 | 0.68 |
| Hex | F4 | B8 | 66 | 0 | 19 | 3A | 4 | 23 | 57 | 44 |
| Octal | 364 | 270 | 146 | 0 | 31 | 72 | 4 | 43 | 127 | 104 |
| Binary | 11110100 | 10111000 | 1100110 | 0 | 11001 | 111010 | 100 | 100011 | 1010111 | 1000100 |
Color Harmonies of #F4B866
Complementary color
Monochromatic Colors of #F4B866
Black with #F4B866
Text Example
Text Example
White with #F4B866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B866; }
p { color: rgb(244,184,102); }
H1.HeaderClassName
{
color: #F4B866;
}
.AnyTagClassName
{
color: #F4B866;
}
</style>
background-color css
<style>
a { background-color: #F4B866; }
a { background-color: rgb(244,184,102); }
div.DivClassName
{
background-color: #F4B866;
}
.BgClassName
{
background-color: #F4B866;
}
</style>
border-color css
<style>
span { border-color: #F4B866; }
span { border-color: rgb(244,184,102); }
td.TdClassName
{
border-color: #F4B866;
}
.TagClassName
{
border-color: #F4B866;
}
</style>