Shades of Harvest Gold #F1B565
Tints of Harvest Gold #F1B565
RGB
CMYK
RGB Variations
Color information
#F1B565 (or 0xF1B565) is known color: Harvest Gold. HEX triplet: F1, B5 and 65. RGB value is (241,181,101). Sum of RGB (Red+Green+Blue) = 241+181+101=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B565 is #0E4A9A. Grayscale: #BEBEBE. Windows color (decimal): -936603 or 6665713. OLE color: 6665713.
HSL color Cylindrical-coordinate representation of color #F1B565: hue angle of 34.29º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1B565 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 181 | 101 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.05 |
| HSL | 34.29º | 0.83% | 0.67% | - |
| HSV(B) | 34.29º | 0.58% | 0.95% | - |
| XYZ | 55.15 | 52.69 | 19.58 | - |
| YUV | 189.82 | 77.88 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 181 | 101 | 0 | 0.25 | 0.58 | 0.05 | 34.29 | 0.83 | 0.67 |
| Hex | F1 | B5 | 65 | 0 | 19 | 3A | 5 | 22 | 53 | 43 |
| Octal | 361 | 265 | 145 | 0 | 31 | 72 | 5 | 42 | 123 | 103 |
| Binary | 11110001 | 10110101 | 1100101 | 0 | 11001 | 111010 | 101 | 100010 | 1010011 | 1000011 |
Color Harmonies of #F1B565
Complementary color
Monochromatic Colors of #F1B565
Black with #F1B565
Text Example
Text Example
White with #F1B565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B565; }
p { color: rgb(241,181,101); }
H1.HeaderClassName
{
color: #F1B565;
}
.AnyTagClassName
{
color: #F1B565;
}
</style>
background-color css
<style>
a { background-color: #F1B565; }
a { background-color: rgb(241,181,101); }
div.DivClassName
{
background-color: #F1B565;
}
.BgClassName
{
background-color: #F1B565;
}
</style>
border-color css
<style>
span { border-color: #F1B565; }
span { border-color: rgb(241,181,101); }
td.TdClassName
{
border-color: #F1B565;
}
.TagClassName
{
border-color: #F1B565;
}
</style>