Shades of Salmon #F8887B
Tints of Salmon #F8887B
RGB
CMYK
RGB Variations
Color information
#F8887B (or 0xF8887B) is known color: Salmon. HEX triplet: F8, 88 and 7B. RGB value is (248,136,123). Sum of RGB (Red+Green+Blue) = 248+136+123=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8887B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8887B is #077784. Grayscale: #A8A8A8. Windows color (decimal): -489349 or 8095992. OLE color: 8095992.
HSL color Cylindrical-coordinate representation of color #F8887B: hue angle of 6.24º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8887B is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 123 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.03 |
| HSL | 6.24º | 0.9% | 0.73% | - |
| HSV(B) | 6.24º | 0.5% | 0.97% | - |
| XYZ | 51.09 | 38.99 | 23.57 | - |
| YUV | 168.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 123 | 0 | 0.45 | 0.50 | 0.03 | 6.24 | 0.9 | 0.73 |
| Hex | F8 | 88 | 7B | 0 | 2D | 32 | 3 | 6 | 5A | 49 |
| Octal | 370 | 210 | 173 | 0 | 55 | 62 | 3 | 6 | 132 | 111 |
| Binary | 11111000 | 10001000 | 1111011 | 0 | 101101 | 110010 | 11 | 110 | 1011010 | 1001001 |
Color Harmonies of #F8887B
Complementary color
Monochromatic Colors of #F8887B
Black with #F8887B
Text Example
Text Example
White with #F8887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8887B; }
p { color: rgb(248,136,123); }
H1.HeaderClassName
{
color: #F8887B;
}
.AnyTagClassName
{
color: #F8887B;
}
</style>
background-color css
<style>
a { background-color: #F8887B; }
a { background-color: rgb(248,136,123); }
div.DivClassName
{
background-color: #F8887B;
}
.BgClassName
{
background-color: #F8887B;
}
</style>
border-color css
<style>
span { border-color: #F8887B; }
span { border-color: rgb(248,136,123); }
td.TdClassName
{
border-color: #F8887B;
}
.TagClassName
{
border-color: #F8887B;
}
</style>