Shades of Salmon #FE897C
Tints of Salmon #FE897C
RGB
CMYK
RGB Variations
Color information
#FE897C (or 0xFE897C) is known color: Salmon. HEX triplet: FE, 89 and 7C. RGB value is (254,137,124). Sum of RGB (Red+Green+Blue) = 254+137+124=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE897C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE897C is #017683. Grayscale: #AAAAAA. Windows color (decimal): -95876 or 8161790. OLE color: 8161790.
HSL color Cylindrical-coordinate representation of color #FE897C: hue angle of 6º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE897C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 124 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.00 |
| HSL | 6º | 0.98% | 0.74% | - |
| HSV(B) | 6º | 0.51% | 1% | - |
| XYZ | 53.46 | 40.42 | 24.05 | - |
| YUV | 170.5 | 101.76 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 124 | 0 | 0.46 | 0.51 | 0.00 | 6 | 0.98 | 0.74 |
| Hex | FE | 89 | 7C | 0 | 2E | 33 | 0 | 6 | 62 | 4A |
| Octal | 376 | 211 | 174 | 0 | 56 | 63 | 0 | 6 | 142 | 112 |
| Binary | 11111110 | 10001001 | 1111100 | 0 | 101110 | 110011 | 0 | 110 | 1100010 | 1001010 |
Color Harmonies of #FE897C
Complementary color
Monochromatic Colors of #FE897C
Black with #FE897C
Text Example
Text Example
White with #FE897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE897C; }
p { color: rgb(254,137,124); }
H1.HeaderClassName
{
color: #FE897C;
}
.AnyTagClassName
{
color: #FE897C;
}
</style>
background-color css
<style>
a { background-color: #FE897C; }
a { background-color: rgb(254,137,124); }
div.DivClassName
{
background-color: #FE897C;
}
.BgClassName
{
background-color: #FE897C;
}
</style>
border-color css
<style>
span { border-color: #FE897C; }
span { border-color: rgb(254,137,124); }
td.TdClassName
{
border-color: #FE897C;
}
.TagClassName
{
border-color: #FE897C;
}
</style>