Shades of Harvest Gold #F1B369
Tints of Harvest Gold #F1B369
RGB
CMYK
RGB Variations
Color information
#F1B369 (or 0xF1B369) is known color: Harvest Gold. HEX triplet: F1, B3 and 69. RGB value is (241,179,105). Sum of RGB (Red+Green+Blue) = 241+179+105=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B369 is #0E4C96. Grayscale: #BDBDBD. Windows color (decimal): -937111 or 6927345. OLE color: 6927345.
HSL color Cylindrical-coordinate representation of color #F1B369: hue angle of 32.65º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1B369 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 179 | 105 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.05 |
| HSL | 32.65º | 0.83% | 0.68% | - |
| HSV(B) | 32.65º | 0.56% | 0.95% | - |
| XYZ | 54.95 | 51.96 | 20.5 | - |
| YUV | 189.1 | 80.54 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 179 | 105 | 0 | 0.26 | 0.56 | 0.05 | 32.65 | 0.83 | 0.68 |
| Hex | F1 | B3 | 69 | 0 | 1A | 38 | 5 | 21 | 53 | 44 |
| Octal | 361 | 263 | 151 | 0 | 32 | 70 | 5 | 41 | 123 | 104 |
| Binary | 11110001 | 10110011 | 1101001 | 0 | 11010 | 111000 | 101 | 100001 | 1010011 | 1000100 |
Color Harmonies of #F1B369
Complementary color
Monochromatic Colors of #F1B369
Black with #F1B369
Text Example
Text Example
White with #F1B369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B369; }
p { color: rgb(241,179,105); }
H1.HeaderClassName
{
color: #F1B369;
}
.AnyTagClassName
{
color: #F1B369;
}
</style>
background-color css
<style>
a { background-color: #F1B369; }
a { background-color: rgb(241,179,105); }
div.DivClassName
{
background-color: #F1B369;
}
.BgClassName
{
background-color: #F1B369;
}
</style>
border-color css
<style>
span { border-color: #F1B369; }
span { border-color: rgb(241,179,105); }
td.TdClassName
{
border-color: #F1B369;
}
.TagClassName
{
border-color: #F1B369;
}
</style>