Shades of Sundown #F1A39E
Tints of Sundown #F1A39E
RGB
CMYK
RGB Variations
Color information
#F1A39E (or 0xF1A39E) is known color: Sundown. HEX triplet: F1, A3 and 9E. RGB value is (241,163,158). Sum of RGB (Red+Green+Blue) = 241+163+158=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A39E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A39E is #0E5C61. Grayscale: #B9B9B9. Windows color (decimal): -941154 or 10396657. OLE color: 10396657.
HSL color Cylindrical-coordinate representation of color #F1A39E: hue angle of 3.61º 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 #F1A39E is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 158 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.05 |
| HSL | 3.61º | 0.75% | 0.78% | - |
| HSV(B) | 3.61º | 0.34% | 0.95% | - |
| XYZ | 55.54 | 47.36 | 38.56 | - |
| YUV | 185.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 158 | 0 | 0.32 | 0.34 | 0.05 | 3.61 | 0.75 | 0.78 |
| Hex | F1 | A3 | 9E | 0 | 20 | 22 | 5 | 4 | 4B | 4E |
| Octal | 361 | 243 | 236 | 0 | 40 | 42 | 5 | 4 | 113 | 116 |
| Binary | 11110001 | 10100011 | 10011110 | 0 | 100000 | 100010 | 101 | 100 | 1001011 | 1001110 |
Color Harmonies of #F1A39E
Complementary color
Monochromatic Colors of #F1A39E
Black with #F1A39E
Text Example
Text Example
White with #F1A39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A39E; }
p { color: rgb(241,163,158); }
H1.HeaderClassName
{
color: #F1A39E;
}
.AnyTagClassName
{
color: #F1A39E;
}
</style>
background-color css
<style>
a { background-color: #F1A39E; }
a { background-color: rgb(241,163,158); }
div.DivClassName
{
background-color: #F1A39E;
}
.BgClassName
{
background-color: #F1A39E;
}
</style>
border-color css
<style>
span { border-color: #F1A39E; }
span { border-color: rgb(241,163,158); }
td.TdClassName
{
border-color: #F1A39E;
}
.TagClassName
{
border-color: #F1A39E;
}
</style>