Shades of Harvest Gold #F4B569
Tints of Harvest Gold #F4B569
RGB
CMYK
RGB Variations
Color information
#F4B569 (or 0xF4B569) is known color: Harvest Gold. HEX triplet: F4, B5 and 69. RGB value is (244,181,105). Sum of RGB (Red+Green+Blue) = 244+181+105=530 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.04% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B569 is #0B4A96. Grayscale: #BFBFBF. Windows color (decimal): -739991 or 6927860. OLE color: 6927860.
HSL color Cylindrical-coordinate representation of color #F4B569: hue angle of 32.81º 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 #F4B569 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 181 | 105 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.04 |
| HSL | 32.81º | 0.86% | 0.68% | - |
| HSV(B) | 32.81º | 0.57% | 0.96% | - |
| XYZ | 56.38 | 53.3 | 20.68 | - |
| YUV | 191.17 | 79.37 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 181 | 105 | 0 | 0.26 | 0.57 | 0.04 | 32.81 | 0.86 | 0.68 |
| Hex | F4 | B5 | 69 | 0 | 1A | 39 | 4 | 21 | 56 | 44 |
| Octal | 364 | 265 | 151 | 0 | 32 | 71 | 4 | 41 | 126 | 104 |
| Binary | 11110100 | 10110101 | 1101001 | 0 | 11010 | 111001 | 100 | 100001 | 1010110 | 1000100 |
Color Harmonies of #F4B569
Complementary color
Monochromatic Colors of #F4B569
Black with #F4B569
Text Example
Text Example
White with #F4B569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B569; }
p { color: rgb(244,181,105); }
H1.HeaderClassName
{
color: #F4B569;
}
.AnyTagClassName
{
color: #F4B569;
}
</style>
background-color css
<style>
a { background-color: #F4B569; }
a { background-color: rgb(244,181,105); }
div.DivClassName
{
background-color: #F4B569;
}
.BgClassName
{
background-color: #F4B569;
}
</style>
border-color css
<style>
span { border-color: #F4B569; }
span { border-color: rgb(244,181,105); }
td.TdClassName
{
border-color: #F4B569;
}
.TagClassName
{
border-color: #F4B569;
}
</style>