Shades of Salmon #FF8866
Tints of Salmon #FF8866
RGB
CMYK
RGB Variations
Color information
#FF8866 (or 0xFF8866) is known color: Salmon. HEX triplet: FF, 88 and 66. RGB value is (255,136,102). Sum of RGB (Red+Green+Blue) = 255+136+102=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8866 is #007799. Grayscale: #A7A7A7. Windows color (decimal): -30618 or 6719743. OLE color: 6719743.
HSL color Cylindrical-coordinate representation of color #FF8866: hue angle of 13.33º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF8866 is Cyan = 0, Magento = 0.47, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 102 | - |
| CMYK | 0 | 0.47 | 0.6 | 0 |
| HSL | 13.33º | 1% | 0.7% | - |
| HSV(B) | 13.33º | 0.6% | 1% | - |
| XYZ | 52.44 | 39.83 | 17.49 | - |
| YUV | 167.71 | 90.92 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 102 | 0 | 0.47 | 0.6 | 0 | 13.33 | 1 | 0.7 |
| Hex | FF | 88 | 66 | 0 | 2F | 3C | 0 | D | 64 | 46 |
| Octal | 377 | 210 | 146 | 0 | 57 | 74 | 0 | 15 | 144 | 106 |
| Binary | 11111111 | 10001000 | 1100110 | 0 | 101111 | 111100 | 0 | 1101 | 1100100 | 1000110 |
Color Harmonies of #FF8866
Complementary color
Monochromatic Colors of #FF8866
Black with #FF8866
Text Example
Text Example
White with #FF8866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8866; }
p { color: rgb(255,136,102); }
H1.HeaderClassName
{
color: #FF8866;
}
.AnyTagClassName
{
color: #FF8866;
}
</style>
background-color css
<style>
a { background-color: #FF8866; }
a { background-color: rgb(255,136,102); }
div.DivClassName
{
background-color: #FF8866;
}
.BgClassName
{
background-color: #FF8866;
}
</style>
border-color css
<style>
span { border-color: #FF8866; }
span { border-color: rgb(255,136,102); }
td.TdClassName
{
border-color: #FF8866;
}
.TagClassName
{
border-color: #FF8866;
}
</style>