Shades of Salmon #FC8865
Tints of Salmon #FC8865
RGB
CMYK
RGB Variations
Color information
#FC8865 (or 0xFC8865) is known color: Salmon. HEX triplet: FC, 88 and 65. RGB value is (252,136,101). Sum of RGB (Red+Green+Blue) = 252+136+101=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8865 is #03779A. Grayscale: #A6A6A6. Windows color (decimal): -227227 or 6654204. OLE color: 6654204.
HSL color Cylindrical-coordinate representation of color #FC8865: hue angle of 13.91º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC8865 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 101 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.01 |
| HSL | 13.91º | 0.96% | 0.69% | - |
| HSV(B) | 13.91º | 0.6% | 0.99% | - |
| XYZ | 51.3 | 39.24 | 17.18 | - |
| YUV | 166.69 | 90.93 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 101 | 0 | 0.46 | 0.60 | 0.01 | 13.91 | 0.96 | 0.69 |
| Hex | FC | 88 | 65 | 0 | 2E | 3C | 1 | E | 60 | 45 |
| Octal | 374 | 210 | 145 | 0 | 56 | 74 | 1 | 16 | 140 | 105 |
| Binary | 11111100 | 10001000 | 1100101 | 0 | 101110 | 111100 | 1 | 1110 | 1100000 | 1000101 |
Color Harmonies of #FC8865
Complementary color
Monochromatic Colors of #FC8865
Black with #FC8865
Text Example
Text Example
White with #FC8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8865; }
p { color: rgb(252,136,101); }
H1.HeaderClassName
{
color: #FC8865;
}
.AnyTagClassName
{
color: #FC8865;
}
</style>
background-color css
<style>
a { background-color: #FC8865; }
a { background-color: rgb(252,136,101); }
div.DivClassName
{
background-color: #FC8865;
}
.BgClassName
{
background-color: #FC8865;
}
</style>
border-color css
<style>
span { border-color: #FC8865; }
span { border-color: rgb(252,136,101); }
td.TdClassName
{
border-color: #FC8865;
}
.TagClassName
{
border-color: #FC8865;
}
</style>