Shades of Salmon #F1886C
Tints of Salmon #F1886C
RGB
CMYK
RGB Variations
Color information
#F1886C (or 0xF1886C) is known color: Salmon. HEX triplet: F1, 88 and 6C. RGB value is (241,136,108). Sum of RGB (Red+Green+Blue) = 241+136+108=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1886C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1886C is #0E7793. Grayscale: #A4A4A4. Windows color (decimal): -948116 or 7112945. OLE color: 7112945.
HSL color Cylindrical-coordinate representation of color #F1886C: hue angle of 12.63º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1886C is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 108 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.05 |
| HSL | 12.63º | 0.83% | 0.68% | - |
| HSV(B) | 12.63º | 0.55% | 0.95% | - |
| XYZ | 47.79 | 37.39 | 18.89 | - |
| YUV | 164.2 | 96.29 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 108 | 0 | 0.44 | 0.55 | 0.05 | 12.63 | 0.83 | 0.68 |
| Hex | F1 | 88 | 6C | 0 | 2C | 37 | 5 | D | 53 | 44 |
| Octal | 361 | 210 | 154 | 0 | 54 | 67 | 5 | 15 | 123 | 104 |
| Binary | 11110001 | 10001000 | 1101100 | 0 | 101100 | 110111 | 101 | 1101 | 1010011 | 1000100 |
Color Harmonies of #F1886C
Complementary color
Monochromatic Colors of #F1886C
Black with #F1886C
Text Example
Text Example
White with #F1886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1886C; }
p { color: rgb(241,136,108); }
H1.HeaderClassName
{
color: #F1886C;
}
.AnyTagClassName
{
color: #F1886C;
}
</style>
background-color css
<style>
a { background-color: #F1886C; }
a { background-color: rgb(241,136,108); }
div.DivClassName
{
background-color: #F1886C;
}
.BgClassName
{
background-color: #F1886C;
}
</style>
border-color css
<style>
span { border-color: #F1886C; }
span { border-color: rgb(241,136,108); }
td.TdClassName
{
border-color: #F1886C;
}
.TagClassName
{
border-color: #F1886C;
}
</style>