Shades of Salmon #F8897C
Tints of Salmon #F8897C
RGB
CMYK
RGB Variations
Color information
#F8897C (or 0xF8897C) is known color: Salmon. HEX triplet: F8, 89 and 7C. RGB value is (248,137,124). Sum of RGB (Red+Green+Blue) = 248+137+124=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F8897C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8897C is #077683. Grayscale: #A8A8A8. Windows color (decimal): -489092 or 8161784. OLE color: 8161784.
HSL color Cylindrical-coordinate representation of color #F8897C: hue angle of 6.29º 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 #F8897C is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 124 | - |
| CMYK | 0 | 0.45 | 0.5 | 0.03 |
| HSL | 6.29º | 0.9% | 0.73% | - |
| HSV(B) | 6.29º | 0.5% | 0.97% | - |
| XYZ | 51.3 | 39.3 | 23.95 | - |
| YUV | 168.71 | 102.77 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 124 | 0 | 0.45 | 0.5 | 0.03 | 6.29 | 0.9 | 0.73 |
| Hex | F8 | 89 | 7C | 0 | 2D | 32 | 3 | 6 | 5A | 49 |
| Octal | 370 | 211 | 174 | 0 | 55 | 62 | 3 | 6 | 132 | 111 |
| Binary | 11111000 | 10001001 | 1111100 | 0 | 101101 | 110010 | 11 | 110 | 1011010 | 1001001 |
Color Harmonies of #F8897C
Complementary color
Monochromatic Colors of #F8897C
Black with #F8897C
Text Example
Text Example
White with #F8897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8897C; }
p { color: rgb(248,137,124); }
H1.HeaderClassName
{
color: #F8897C;
}
.AnyTagClassName
{
color: #F8897C;
}
</style>
background-color css
<style>
a { background-color: #F8897C; }
a { background-color: rgb(248,137,124); }
div.DivClassName
{
background-color: #F8897C;
}
.BgClassName
{
background-color: #F8897C;
}
</style>
border-color css
<style>
span { border-color: #F8897C; }
span { border-color: rgb(248,137,124); }
td.TdClassName
{
border-color: #F8897C;
}
.TagClassName
{
border-color: #F8897C;
}
</style>