Shades of Salmon #FE896B
Tints of Salmon #FE896B
RGB
CMYK
RGB Variations
Color information
#FE896B (or 0xFE896B) is known color: Salmon. HEX triplet: FE, 89 and 6B. RGB value is (254,137,107). Sum of RGB (Red+Green+Blue) = 254+137+107=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE896B is #017694. Grayscale: #A8A8A8. Windows color (decimal): -95893 or 7047678. OLE color: 7047678.
HSL color Cylindrical-coordinate representation of color #FE896B: hue angle of 12.24º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE896B is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 107 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.00 |
| HSL | 12.24º | 0.99% | 0.71% | - |
| HSV(B) | 12.24º | 0.58% | 1% | - |
| XYZ | 52.47 | 40.02 | 18.87 | - |
| YUV | 168.56 | 93.26 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 107 | 0 | 0.46 | 0.58 | 0.00 | 12.24 | 0.99 | 0.71 |
| Hex | FE | 89 | 6B | 0 | 2E | 3A | 0 | C | 63 | 47 |
| Octal | 376 | 211 | 153 | 0 | 56 | 72 | 0 | 14 | 143 | 107 |
| Binary | 11111110 | 10001001 | 1101011 | 0 | 101110 | 111010 | 0 | 1100 | 1100011 | 1000111 |
Color Harmonies of #FE896B
Complementary color
Monochromatic Colors of #FE896B
Black with #FE896B
Text Example
Text Example
White with #FE896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE896B; }
p { color: rgb(254,137,107); }
H1.HeaderClassName
{
color: #FE896B;
}
.AnyTagClassName
{
color: #FE896B;
}
</style>
background-color css
<style>
a { background-color: #FE896B; }
a { background-color: rgb(254,137,107); }
div.DivClassName
{
background-color: #FE896B;
}
.BgClassName
{
background-color: #FE896B;
}
</style>
border-color css
<style>
span { border-color: #FE896B; }
span { border-color: rgb(254,137,107); }
td.TdClassName
{
border-color: #FE896B;
}
.TagClassName
{
border-color: #FE896B;
}
</style>