Shades of Salmon #FE886E
Tints of Salmon #FE886E
RGB
CMYK
RGB Variations
Color information
#FE886E (or 0xFE886E) is known color: Salmon. HEX triplet: FE, 88 and 6E. RGB value is (254,136,110). Sum of RGB (Red+Green+Blue) = 254+136+110=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE886E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE886E is #017791. Grayscale: #A8A8A8. Windows color (decimal): -96146 or 7244030. OLE color: 7244030.
HSL color Cylindrical-coordinate representation of color #FE886E: hue angle of 10.83º 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 #FE886E is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 110 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.00 |
| HSL | 10.83º | 0.99% | 0.71% | - |
| HSV(B) | 10.83º | 0.57% | 1% | - |
| XYZ | 52.49 | 39.8 | 19.67 | - |
| YUV | 168.32 | 95.09 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 110 | 0 | 0.46 | 0.57 | 0.00 | 10.83 | 0.99 | 0.71 |
| Hex | FE | 88 | 6E | 0 | 2E | 39 | 0 | B | 63 | 47 |
| Octal | 376 | 210 | 156 | 0 | 56 | 71 | 0 | 13 | 143 | 107 |
| Binary | 11111110 | 10001000 | 1101110 | 0 | 101110 | 111001 | 0 | 1011 | 1100011 | 1000111 |
Color Harmonies of #FE886E
Complementary color
Monochromatic Colors of #FE886E
Black with #FE886E
Text Example
Text Example
White with #FE886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE886E; }
p { color: rgb(254,136,110); }
H1.HeaderClassName
{
color: #FE886E;
}
.AnyTagClassName
{
color: #FE886E;
}
</style>
background-color css
<style>
a { background-color: #FE886E; }
a { background-color: rgb(254,136,110); }
div.DivClassName
{
background-color: #FE886E;
}
.BgClassName
{
background-color: #FE886E;
}
</style>
border-color css
<style>
span { border-color: #FE886E; }
span { border-color: rgb(254,136,110); }
td.TdClassName
{
border-color: #FE886E;
}
.TagClassName
{
border-color: #FE886E;
}
</style>