Shades of Salmon #F8846B
Tints of Salmon #F8846B
RGB
CMYK
RGB Variations
Color information
#F8846B (or 0xF8846B) is known color: Salmon. HEX triplet: F8, 84 and 6B. RGB value is (248,132,107). Sum of RGB (Red+Green+Blue) = 248+132+107=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8846B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8846B is #077B94. Grayscale: #A4A4A4. Windows color (decimal): -490389 or 7046392. OLE color: 7046392.
HSL color Cylindrical-coordinate representation of color #F8846B: hue angle of 10.64º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8846B is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 107 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.03 |
| HSL | 10.64º | 0.91% | 0.7% | - |
| HSV(B) | 10.64º | 0.57% | 0.97% | - |
| XYZ | 49.62 | 37.52 | 18.54 | - |
| YUV | 163.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 107 | 0 | 0.47 | 0.57 | 0.03 | 10.64 | 0.91 | 0.7 |
| Hex | F8 | 84 | 6B | 0 | 2F | 39 | 3 | B | 5B | 46 |
| Octal | 370 | 204 | 153 | 0 | 57 | 71 | 3 | 13 | 133 | 106 |
| Binary | 11111000 | 10000100 | 1101011 | 0 | 101111 | 111001 | 11 | 1011 | 1011011 | 1000110 |
Color Harmonies of #F8846B
Complementary color
Monochromatic Colors of #F8846B
Black with #F8846B
Text Example
Text Example
White with #F8846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8846B; }
p { color: rgb(248,132,107); }
H1.HeaderClassName
{
color: #F8846B;
}
.AnyTagClassName
{
color: #F8846B;
}
</style>
background-color css
<style>
a { background-color: #F8846B; }
a { background-color: rgb(248,132,107); }
div.DivClassName
{
background-color: #F8846B;
}
.BgClassName
{
background-color: #F8846B;
}
</style>
border-color css
<style>
span { border-color: #F8846B; }
span { border-color: rgb(248,132,107); }
td.TdClassName
{
border-color: #F8846B;
}
.TagClassName
{
border-color: #F8846B;
}
</style>