Shades of Harvest Gold #F1B572
Tints of Harvest Gold #F1B572
RGB
CMYK
RGB Variations
Color information
#F1B572 (or 0xF1B572) is known color: Harvest Gold. HEX triplet: F1, B5 and 72. RGB value is (241,181,114). Sum of RGB (Red+Green+Blue) = 241+181+114=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B572 is #0E4A8D. Grayscale: #BFBFBF. Windows color (decimal): -936590 or 7517681. OLE color: 7517681.
HSL color Cylindrical-coordinate representation of color #F1B572: hue angle of 31.65º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1B572 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 181 | 114 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.05 |
| HSL | 31.65º | 0.82% | 0.7% | - |
| HSV(B) | 31.65º | 0.53% | 0.95% | - |
| XYZ | 55.84 | 52.96 | 23.2 | - |
| YUV | 191.3 | 84.38 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 181 | 114 | 0 | 0.25 | 0.53 | 0.05 | 31.65 | 0.82 | 0.7 |
| Hex | F1 | B5 | 72 | 0 | 19 | 35 | 5 | 20 | 52 | 46 |
| Octal | 361 | 265 | 162 | 0 | 31 | 65 | 5 | 40 | 122 | 106 |
| Binary | 11110001 | 10110101 | 1110010 | 0 | 11001 | 110101 | 101 | 100000 | 1010010 | 1000110 |
Color Harmonies of #F1B572
Complementary color
Monochromatic Colors of #F1B572
Black with #F1B572
Text Example
Text Example
White with #F1B572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B572; }
p { color: rgb(241,181,114); }
H1.HeaderClassName
{
color: #F1B572;
}
.AnyTagClassName
{
color: #F1B572;
}
</style>
background-color css
<style>
a { background-color: #F1B572; }
a { background-color: rgb(241,181,114); }
div.DivClassName
{
background-color: #F1B572;
}
.BgClassName
{
background-color: #F1B572;
}
</style>
border-color css
<style>
span { border-color: #F1B572; }
span { border-color: rgb(241,181,114); }
td.TdClassName
{
border-color: #F1B572;
}
.TagClassName
{
border-color: #F1B572;
}
</style>