Shades of Salmon #FE877F
Tints of Salmon #FE877F
RGB
CMYK
RGB Variations
Color information
#FE877F (or 0xFE877F) is known color: Salmon. HEX triplet: FE, 87 and 7F. RGB value is (254,135,127). Sum of RGB (Red+Green+Blue) = 254+135+127=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE877F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE877F is #017880. Grayscale: #A9A9A9. Windows color (decimal): -96385 or 8357886. OLE color: 8357886.
HSL color Cylindrical-coordinate representation of color #FE877F: hue angle of 3.78º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE877F is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 127 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.00 |
| HSL | 3.78º | 0.98% | 0.75% | - |
| HSV(B) | 3.78º | 0.5% | 1% | - |
| XYZ | 53.37 | 39.93 | 24.97 | - |
| YUV | 169.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 127 | 0 | 0.47 | 0.50 | 0.00 | 3.78 | 0.98 | 0.75 |
| Hex | FE | 87 | 7F | 0 | 2F | 32 | 0 | 4 | 62 | 4B |
| Octal | 376 | 207 | 177 | 0 | 57 | 62 | 0 | 4 | 142 | 113 |
| Binary | 11111110 | 10000111 | 1111111 | 0 | 101111 | 110010 | 0 | 100 | 1100010 | 1001011 |
Color Harmonies of #FE877F
Complementary color
Monochromatic Colors of #FE877F
Black with #FE877F
Text Example
Text Example
White with #FE877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE877F; }
p { color: rgb(254,135,127); }
H1.HeaderClassName
{
color: #FE877F;
}
.AnyTagClassName
{
color: #FE877F;
}
</style>
background-color css
<style>
a { background-color: #FE877F; }
a { background-color: rgb(254,135,127); }
div.DivClassName
{
background-color: #FE877F;
}
.BgClassName
{
background-color: #FE877F;
}
</style>
border-color css
<style>
span { border-color: #FE877F; }
span { border-color: rgb(254,135,127); }
td.TdClassName
{
border-color: #FE877F;
}
.TagClassName
{
border-color: #FE877F;
}
</style>