Shades of Sundown #F1A59E
Tints of Sundown #F1A59E
RGB
CMYK
RGB Variations
Color information
#F1A59E (or 0xF1A59E) is known color: Sundown. HEX triplet: F1, A5 and 9E. RGB value is (241,165,158). Sum of RGB (Red+Green+Blue) = 241+165+158=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A59E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A59E is #0E5A61. Grayscale: #BBBBBB. Windows color (decimal): -940642 or 10397169. OLE color: 10397169.
HSL color Cylindrical-coordinate representation of color #F1A59E: hue angle of 5.06º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1A59E is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 165 | 158 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.05 |
| HSL | 5.06º | 0.75% | 0.78% | - |
| HSV(B) | 5.06º | 0.34% | 0.95% | - |
| XYZ | 55.9 | 48.08 | 38.68 | - |
| YUV | 186.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 158 | 0 | 0.32 | 0.34 | 0.05 | 5.06 | 0.75 | 0.78 |
| Hex | F1 | A5 | 9E | 0 | 20 | 22 | 5 | 5 | 4B | 4E |
| Octal | 361 | 245 | 236 | 0 | 40 | 42 | 5 | 5 | 113 | 116 |
| Binary | 11110001 | 10100101 | 10011110 | 0 | 100000 | 100010 | 101 | 101 | 1001011 | 1001110 |
Color Harmonies of #F1A59E
Complementary color
Monochromatic Colors of #F1A59E
Black with #F1A59E
Text Example
Text Example
White with #F1A59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A59E; }
p { color: rgb(241,165,158); }
H1.HeaderClassName
{
color: #F1A59E;
}
.AnyTagClassName
{
color: #F1A59E;
}
</style>
background-color css
<style>
a { background-color: #F1A59E; }
a { background-color: rgb(241,165,158); }
div.DivClassName
{
background-color: #F1A59E;
}
.BgClassName
{
background-color: #F1A59E;
}
</style>
border-color css
<style>
span { border-color: #F1A59E; }
span { border-color: rgb(241,165,158); }
td.TdClassName
{
border-color: #F1A59E;
}
.TagClassName
{
border-color: #F1A59E;
}
</style>