Shades of Salmon #FE886D
Tints of Salmon #FE886D
RGB
CMYK
RGB Variations
Color information
#FE886D (or 0xFE886D) is known color: Salmon. HEX triplet: FE, 88 and 6D. RGB value is (254,136,109). Sum of RGB (Red+Green+Blue) = 254+136+109=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE886D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE886D is #017792. Grayscale: #A8A8A8. Windows color (decimal): -96147 or 7178494. OLE color: 7178494.
HSL color Cylindrical-coordinate representation of color #FE886D: hue angle of 11.17º 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 #FE886D is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 109 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.00 |
| HSL | 11.17º | 0.99% | 0.71% | - |
| HSV(B) | 11.17º | 0.57% | 1% | - |
| XYZ | 52.44 | 39.78 | 19.38 | - |
| YUV | 168.2 | 94.59 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 109 | 0 | 0.46 | 0.57 | 0.00 | 11.17 | 0.99 | 0.71 |
| Hex | FE | 88 | 6D | 0 | 2E | 39 | 0 | B | 63 | 47 |
| Octal | 376 | 210 | 155 | 0 | 56 | 71 | 0 | 13 | 143 | 107 |
| Binary | 11111110 | 10001000 | 1101101 | 0 | 101110 | 111001 | 0 | 1011 | 1100011 | 1000111 |
Color Harmonies of #FE886D
Complementary color
Monochromatic Colors of #FE886D
Black with #FE886D
Text Example
Text Example
White with #FE886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE886D; }
p { color: rgb(254,136,109); }
H1.HeaderClassName
{
color: #FE886D;
}
.AnyTagClassName
{
color: #FE886D;
}
</style>
background-color css
<style>
a { background-color: #FE886D; }
a { background-color: rgb(254,136,109); }
div.DivClassName
{
background-color: #FE886D;
}
.BgClassName
{
background-color: #FE886D;
}
</style>
border-color css
<style>
span { border-color: #FE886D; }
span { border-color: rgb(254,136,109); }
td.TdClassName
{
border-color: #FE886D;
}
.TagClassName
{
border-color: #FE886D;
}
</style>