Shades of Sundown #F1A59F
Tints of Sundown #F1A59F
RGB
CMYK
RGB Variations
Color information
#F1A59F (or 0xF1A59F) is known color: Sundown. HEX triplet: F1, A5 and 9F. RGB value is (241,165,159). Sum of RGB (Red+Green+Blue) = 241+165+159=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A59F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A59F is #0E5A60. Grayscale: #BBBBBB. Windows color (decimal): -940641 or 10462705. OLE color: 10462705.
HSL color Cylindrical-coordinate representation of color #F1A59F: hue angle of 4.39º 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 #F1A59F is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 165 | 159 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.05 |
| HSL | 4.39º | 0.75% | 0.78% | - |
| HSV(B) | 4.39º | 0.34% | 0.95% | - |
| XYZ | 55.99 | 48.11 | 39.14 | - |
| YUV | 187.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 159 | 0 | 0.32 | 0.34 | 0.05 | 4.39 | 0.75 | 0.78 |
| Hex | F1 | A5 | 9F | 0 | 20 | 22 | 5 | 4 | 4B | 4E |
| Octal | 361 | 245 | 237 | 0 | 40 | 42 | 5 | 4 | 113 | 116 |
| Binary | 11110001 | 10100101 | 10011111 | 0 | 100000 | 100010 | 101 | 100 | 1001011 | 1001110 |
Color Harmonies of #F1A59F
Complementary color
Monochromatic Colors of #F1A59F
Black with #F1A59F
Text Example
Text Example
White with #F1A59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A59F; }
p { color: rgb(241,165,159); }
H1.HeaderClassName
{
color: #F1A59F;
}
.AnyTagClassName
{
color: #F1A59F;
}
</style>
background-color css
<style>
a { background-color: #F1A59F; }
a { background-color: rgb(241,165,159); }
div.DivClassName
{
background-color: #F1A59F;
}
.BgClassName
{
background-color: #F1A59F;
}
</style>
border-color css
<style>
span { border-color: #F1A59F; }
span { border-color: rgb(241,165,159); }
td.TdClassName
{
border-color: #F1A59F;
}
.TagClassName
{
border-color: #F1A59F;
}
</style>