Shades of Salmon #FF886E
Tints of Salmon #FF886E
RGB
CMYK
RGB Variations
Color information
#FF886E (or 0xFF886E) is known color: Salmon. HEX triplet: FF, 88 and 6E. RGB value is (255,136,110). Sum of RGB (Red+Green+Blue) = 255+136+110=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF886E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF886E is #007791. Grayscale: #A8A8A8. Windows color (decimal): -30610 or 7244031. OLE color: 7244031.
HSL color Cylindrical-coordinate representation of color #FF886E: hue angle of 10.76º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF886E is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 110 | - |
| CMYK | 0 | 0.47 | 0.57 | 0 |
| HSL | 10.76º | 1% | 0.72% | - |
| HSV(B) | 10.76º | 0.57% | 1% | - |
| XYZ | 52.86 | 39.99 | 19.69 | - |
| YUV | 168.62 | 94.92 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 110 | 0 | 0.47 | 0.57 | 0 | 10.76 | 1 | 0.72 |
| Hex | FF | 88 | 6E | 0 | 2F | 39 | 0 | B | 64 | 48 |
| Octal | 377 | 210 | 156 | 0 | 57 | 71 | 0 | 13 | 144 | 110 |
| Binary | 11111111 | 10001000 | 1101110 | 0 | 101111 | 111001 | 0 | 1011 | 1100100 | 1001000 |
Color Harmonies of #FF886E
Complementary color
Monochromatic Colors of #FF886E
Black with #FF886E
Text Example
Text Example
White with #FF886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF886E; }
p { color: rgb(255,136,110); }
H1.HeaderClassName
{
color: #FF886E;
}
.AnyTagClassName
{
color: #FF886E;
}
</style>
background-color css
<style>
a { background-color: #FF886E; }
a { background-color: rgb(255,136,110); }
div.DivClassName
{
background-color: #FF886E;
}
.BgClassName
{
background-color: #FF886E;
}
</style>
border-color css
<style>
span { border-color: #FF886E; }
span { border-color: rgb(255,136,110); }
td.TdClassName
{
border-color: #FF886E;
}
.TagClassName
{
border-color: #FF886E;
}
</style>