Shades of Salmon #F8877C
Tints of Salmon #F8877C
RGB
CMYK
RGB Variations
Color information
#F8877C (or 0xF8877C) is known color: Salmon. HEX triplet: F8, 87 and 7C. RGB value is (248,135,124). Sum of RGB (Red+Green+Blue) = 248+135+124=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8877C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8877C is #077883. Grayscale: #A7A7A7. Windows color (decimal): -489604 or 8161272. OLE color: 8161272.
HSL color Cylindrical-coordinate representation of color #F8877C: hue angle of 5.32º 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 #F8877C is Cyan = 0, Magento = 0.46, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 135 | 124 | - |
| CMYK | 0 | 0.46 | 0.5 | 0.03 |
| HSL | 5.32º | 0.9% | 0.73% | - |
| HSV(B) | 5.32º | 0.5% | 0.97% | - |
| XYZ | 51.01 | 38.74 | 23.86 | - |
| YUV | 167.53 | 103.44 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 135 | 124 | 0 | 0.46 | 0.5 | 0.03 | 5.32 | 0.9 | 0.73 |
| Hex | F8 | 87 | 7C | 0 | 2E | 32 | 3 | 5 | 5A | 49 |
| Octal | 370 | 207 | 174 | 0 | 56 | 62 | 3 | 5 | 132 | 111 |
| Binary | 11111000 | 10000111 | 1111100 | 0 | 101110 | 110010 | 11 | 101 | 1011010 | 1001001 |
Color Harmonies of #F8877C
Complementary color
Monochromatic Colors of #F8877C
Black with #F8877C
Text Example
Text Example
White with #F8877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8877C; }
p { color: rgb(248,135,124); }
H1.HeaderClassName
{
color: #F8877C;
}
.AnyTagClassName
{
color: #F8877C;
}
</style>
background-color css
<style>
a { background-color: #F8877C; }
a { background-color: rgb(248,135,124); }
div.DivClassName
{
background-color: #F8877C;
}
.BgClassName
{
background-color: #F8877C;
}
</style>
border-color css
<style>
span { border-color: #F8877C; }
span { border-color: rgb(248,135,124); }
td.TdClassName
{
border-color: #F8877C;
}
.TagClassName
{
border-color: #F8877C;
}
</style>