Shades of Salmon #FF886C
Tints of Salmon #FF886C
RGB
CMYK
RGB Variations
Color information
#FF886C (or 0xFF886C) is known color: Salmon. HEX triplet: FF, 88 and 6C. RGB value is (255,136,108). Sum of RGB (Red+Green+Blue) = 255+136+108=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF886C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF886C is #007793. Grayscale: #A8A8A8. Windows color (decimal): -30612 or 7112959. OLE color: 7112959.
HSL color Cylindrical-coordinate representation of color #FF886C: hue angle of 11.43º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF886C is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 108 | - |
| CMYK | 0 | 0.47 | 0.58 | 0 |
| HSL | 11.43º | 1% | 0.71% | - |
| HSV(B) | 11.43º | 0.58% | 1% | - |
| XYZ | 52.75 | 39.95 | 19.12 | - |
| YUV | 168.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 108 | 0 | 0.47 | 0.58 | 0 | 11.43 | 1 | 0.71 |
| Hex | FF | 88 | 6C | 0 | 2F | 3A | 0 | B | 64 | 47 |
| Octal | 377 | 210 | 154 | 0 | 57 | 72 | 0 | 13 | 144 | 107 |
| Binary | 11111111 | 10001000 | 1101100 | 0 | 101111 | 111010 | 0 | 1011 | 1100100 | 1000111 |
Color Harmonies of #FF886C
Complementary color
Monochromatic Colors of #FF886C
Black with #FF886C
Text Example
Text Example
White with #FF886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF886C; }
p { color: rgb(255,136,108); }
H1.HeaderClassName
{
color: #FF886C;
}
.AnyTagClassName
{
color: #FF886C;
}
</style>
background-color css
<style>
a { background-color: #FF886C; }
a { background-color: rgb(255,136,108); }
div.DivClassName
{
background-color: #FF886C;
}
.BgClassName
{
background-color: #FF886C;
}
</style>
border-color css
<style>
span { border-color: #FF886C; }
span { border-color: rgb(255,136,108); }
td.TdClassName
{
border-color: #FF886C;
}
.TagClassName
{
border-color: #FF886C;
}
</style>