Shades of Salmon #F8897B
Tints of Salmon #F8897B
RGB
CMYK
RGB Variations
Color information
#F8897B (or 0xF8897B) is known color: Salmon. HEX triplet: F8, 89 and 7B. RGB value is (248,137,123). Sum of RGB (Red+Green+Blue) = 248+137+123=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F8897B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8897B is #077684. Grayscale: #A8A8A8. Windows color (decimal): -489093 or 8096248. OLE color: 8096248.
HSL color Cylindrical-coordinate representation of color #F8897B: hue angle of 6.72º 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 #F8897B is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 123 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.03 |
| HSL | 6.72º | 0.9% | 0.73% | - |
| HSV(B) | 6.72º | 0.5% | 0.97% | - |
| XYZ | 51.23 | 39.28 | 23.62 | - |
| YUV | 168.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 123 | 0 | 0.45 | 0.50 | 0.03 | 6.72 | 0.9 | 0.73 |
| Hex | F8 | 89 | 7B | 0 | 2D | 32 | 3 | 7 | 5A | 49 |
| Octal | 370 | 211 | 173 | 0 | 55 | 62 | 3 | 7 | 132 | 111 |
| Binary | 11111000 | 10001001 | 1111011 | 0 | 101101 | 110010 | 11 | 111 | 1011010 | 1001001 |
Color Harmonies of #F8897B
Complementary color
Monochromatic Colors of #F8897B
Black with #F8897B
Text Example
Text Example
White with #F8897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8897B; }
p { color: rgb(248,137,123); }
H1.HeaderClassName
{
color: #F8897B;
}
.AnyTagClassName
{
color: #F8897B;
}
</style>
background-color css
<style>
a { background-color: #F8897B; }
a { background-color: rgb(248,137,123); }
div.DivClassName
{
background-color: #F8897B;
}
.BgClassName
{
background-color: #F8897B;
}
</style>
border-color css
<style>
span { border-color: #F8897B; }
span { border-color: rgb(248,137,123); }
td.TdClassName
{
border-color: #F8897B;
}
.TagClassName
{
border-color: #F8897B;
}
</style>