Shades of Salmon #F8897A
Tints of Salmon #F8897A
RGB
CMYK
RGB Variations
Color information
#F8897A (or 0xF8897A) is known color: Salmon. HEX triplet: F8, 89 and 7A. RGB value is (248,137,122). Sum of RGB (Red+Green+Blue) = 248+137+122=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8897A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8897A is #077685. Grayscale: #A8A8A8. Windows color (decimal): -489094 or 8030712. OLE color: 8030712.
HSL color Cylindrical-coordinate representation of color #F8897A: hue angle of 7.14º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8897A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 122 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.03 |
| HSL | 7.14º | 0.9% | 0.73% | - |
| HSV(B) | 7.14º | 0.51% | 0.97% | - |
| XYZ | 51.17 | 39.25 | 23.29 | - |
| YUV | 168.48 | 101.77 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 122 | 0 | 0.45 | 0.51 | 0.03 | 7.14 | 0.9 | 0.73 |
| Hex | F8 | 89 | 7A | 0 | 2D | 33 | 3 | 7 | 5A | 49 |
| Octal | 370 | 211 | 172 | 0 | 55 | 63 | 3 | 7 | 132 | 111 |
| Binary | 11111000 | 10001001 | 1111010 | 0 | 101101 | 110011 | 11 | 111 | 1011010 | 1001001 |
Color Harmonies of #F8897A
Complementary color
Monochromatic Colors of #F8897A
Black with #F8897A
Text Example
Text Example
White with #F8897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8897A; }
p { color: rgb(248,137,122); }
H1.HeaderClassName
{
color: #F8897A;
}
.AnyTagClassName
{
color: #F8897A;
}
</style>
background-color css
<style>
a { background-color: #F8897A; }
a { background-color: rgb(248,137,122); }
div.DivClassName
{
background-color: #F8897A;
}
.BgClassName
{
background-color: #F8897A;
}
</style>
border-color css
<style>
span { border-color: #F8897A; }
span { border-color: rgb(248,137,122); }
td.TdClassName
{
border-color: #F8897A;
}
.TagClassName
{
border-color: #F8897A;
}
</style>