Shades of Salmon #FE896D
Tints of Salmon #FE896D
RGB
CMYK
RGB Variations
Color information
#FE896D (or 0xFE896D) is known color: Salmon. HEX triplet: FE, 89 and 6D. RGB value is (254,137,109). Sum of RGB (Red+Green+Blue) = 254+137+109=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE896D is #017692. Grayscale: #A9A9A9. Windows color (decimal): -95891 or 7178750. OLE color: 7178750.
HSL color Cylindrical-coordinate representation of color #FE896D: hue angle of 11.59º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE896D is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 109 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.00 |
| HSL | 11.59º | 0.99% | 0.71% | - |
| HSV(B) | 11.59º | 0.57% | 1% | - |
| XYZ | 52.58 | 40.07 | 19.43 | - |
| YUV | 168.79 | 94.26 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 109 | 0 | 0.46 | 0.57 | 0.00 | 11.59 | 0.99 | 0.71 |
| Hex | FE | 89 | 6D | 0 | 2E | 39 | 0 | C | 63 | 47 |
| Octal | 376 | 211 | 155 | 0 | 56 | 71 | 0 | 14 | 143 | 107 |
| Binary | 11111110 | 10001001 | 1101101 | 0 | 101110 | 111001 | 0 | 1100 | 1100011 | 1000111 |
Color Harmonies of #FE896D
Complementary color
Monochromatic Colors of #FE896D
Black with #FE896D
Text Example
Text Example
White with #FE896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE896D; }
p { color: rgb(254,137,109); }
H1.HeaderClassName
{
color: #FE896D;
}
.AnyTagClassName
{
color: #FE896D;
}
</style>
background-color css
<style>
a { background-color: #FE896D; }
a { background-color: rgb(254,137,109); }
div.DivClassName
{
background-color: #FE896D;
}
.BgClassName
{
background-color: #FE896D;
}
</style>
border-color css
<style>
span { border-color: #FE896D; }
span { border-color: rgb(254,137,109); }
td.TdClassName
{
border-color: #FE896D;
}
.TagClassName
{
border-color: #FE896D;
}
</style>