Shades of Salmon #F8857A
Tints of Salmon #F8857A
RGB
CMYK
RGB Variations
Color information
#F8857A (or 0xF8857A) is known color: Salmon. HEX triplet: F8, 85 and 7A. RGB value is (248,133,122). Sum of RGB (Red+Green+Blue) = 248+133+122=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F8857A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8857A is #077A85. Grayscale: #A6A6A6. Windows color (decimal): -490118 or 8029688. OLE color: 8029688.
HSL color Cylindrical-coordinate representation of color #F8857A: hue angle of 5.24º 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 #F8857A is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 133 | 122 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.03 |
| HSL | 5.24º | 0.9% | 0.73% | - |
| HSV(B) | 5.24º | 0.51% | 0.97% | - |
| XYZ | 50.61 | 38.14 | 23.11 | - |
| YUV | 166.13 | 103.1 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 133 | 122 | 0 | 0.46 | 0.51 | 0.03 | 5.24 | 0.9 | 0.73 |
| Hex | F8 | 85 | 7A | 0 | 2E | 33 | 3 | 5 | 5A | 49 |
| Octal | 370 | 205 | 172 | 0 | 56 | 63 | 3 | 5 | 132 | 111 |
| Binary | 11111000 | 10000101 | 1111010 | 0 | 101110 | 110011 | 11 | 101 | 1011010 | 1001001 |
Color Harmonies of #F8857A
Complementary color
Monochromatic Colors of #F8857A
Black with #F8857A
Text Example
Text Example
White with #F8857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8857A; }
p { color: rgb(248,133,122); }
H1.HeaderClassName
{
color: #F8857A;
}
.AnyTagClassName
{
color: #F8857A;
}
</style>
background-color css
<style>
a { background-color: #F8857A; }
a { background-color: rgb(248,133,122); }
div.DivClassName
{
background-color: #F8857A;
}
.BgClassName
{
background-color: #F8857A;
}
</style>
border-color css
<style>
span { border-color: #F8857A; }
span { border-color: rgb(248,133,122); }
td.TdClassName
{
border-color: #F8857A;
}
.TagClassName
{
border-color: #F8857A;
}
</style>