Shades of Harvest Gold #F4B46D
Tints of Harvest Gold #F4B46D
RGB
CMYK
RGB Variations
Color information
#F4B46D (or 0xF4B46D) is known color: Harvest Gold. HEX triplet: F4, B4 and 6D. RGB value is (244,180,109). Sum of RGB (Red+Green+Blue) = 244+180+109=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B46D is #0B4B92. Grayscale: #BFBFBF. Windows color (decimal): -740243 or 7189748. OLE color: 7189748.
HSL color Cylindrical-coordinate representation of color #F4B46D: hue angle of 31.56º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4B46D is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 180 | 109 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.04 |
| HSL | 31.56º | 0.86% | 0.69% | - |
| HSV(B) | 31.56º | 0.55% | 0.96% | - |
| XYZ | 56.39 | 52.98 | 21.72 | - |
| YUV | 191.04 | 81.7 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 180 | 109 | 0 | 0.26 | 0.55 | 0.04 | 31.56 | 0.86 | 0.69 |
| Hex | F4 | B4 | 6D | 0 | 1A | 37 | 4 | 20 | 56 | 45 |
| Octal | 364 | 264 | 155 | 0 | 32 | 67 | 4 | 40 | 126 | 105 |
| Binary | 11110100 | 10110100 | 1101101 | 0 | 11010 | 110111 | 100 | 100000 | 1010110 | 1000101 |
Color Harmonies of #F4B46D
Complementary color
Monochromatic Colors of #F4B46D
Black with #F4B46D
Text Example
Text Example
White with #F4B46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B46D; }
p { color: rgb(244,180,109); }
H1.HeaderClassName
{
color: #F4B46D;
}
.AnyTagClassName
{
color: #F4B46D;
}
</style>
background-color css
<style>
a { background-color: #F4B46D; }
a { background-color: rgb(244,180,109); }
div.DivClassName
{
background-color: #F4B46D;
}
.BgClassName
{
background-color: #F4B46D;
}
</style>
border-color css
<style>
span { border-color: #F4B46D; }
span { border-color: rgb(244,180,109); }
td.TdClassName
{
border-color: #F4B46D;
}
.TagClassName
{
border-color: #F4B46D;
}
</style>