Shades of Salmon #FE896F
Tints of Salmon #FE896F
RGB
CMYK
RGB Variations
Color information
#FE896F (or 0xFE896F) is known color: Salmon. HEX triplet: FE, 89 and 6F. RGB value is (254,137,111). Sum of RGB (Red+Green+Blue) = 254+137+111=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE896F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE896F is #017690. Grayscale: #A9A9A9. Windows color (decimal): -95889 or 7309822. OLE color: 7309822.
HSL color Cylindrical-coordinate representation of color #FE896F: hue angle of 10.91º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE896F is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 111 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.00 |
| HSL | 10.91º | 0.99% | 0.72% | - |
| HSV(B) | 10.91º | 0.56% | 1% | - |
| XYZ | 52.69 | 40.11 | 20 | - |
| YUV | 169.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 111 | 0 | 0.46 | 0.56 | 0.00 | 10.91 | 0.99 | 0.72 |
| Hex | FE | 89 | 6F | 0 | 2E | 38 | 0 | B | 63 | 48 |
| Octal | 376 | 211 | 157 | 0 | 56 | 70 | 0 | 13 | 143 | 110 |
| Binary | 11111110 | 10001001 | 1101111 | 0 | 101110 | 111000 | 0 | 1011 | 1100011 | 1001000 |
Color Harmonies of #FE896F
Complementary color
Monochromatic Colors of #FE896F
Black with #FE896F
Text Example
Text Example
White with #FE896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE896F; }
p { color: rgb(254,137,111); }
H1.HeaderClassName
{
color: #FE896F;
}
.AnyTagClassName
{
color: #FE896F;
}
</style>
background-color css
<style>
a { background-color: #FE896F; }
a { background-color: rgb(254,137,111); }
div.DivClassName
{
background-color: #FE896F;
}
.BgClassName
{
background-color: #FE896F;
}
</style>
border-color css
<style>
span { border-color: #FE896F; }
span { border-color: rgb(254,137,111); }
td.TdClassName
{
border-color: #FE896F;
}
.TagClassName
{
border-color: #FE896F;
}
</style>