Shades of Salmon #FC8770
Tints of Salmon #FC8770
RGB
CMYK
RGB Variations
Color information
#FC8770 (or 0xFC8770) is known color: Salmon. HEX triplet: FC, 87 and 70. RGB value is (252,135,112). Sum of RGB (Red+Green+Blue) = 252+135+112=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8770 is #03788F. Grayscale: #A7A7A7. Windows color (decimal): -227472 or 7374844. OLE color: 7374844.
HSL color Cylindrical-coordinate representation of color #FC8770: hue angle of 9.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC8770 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 135 | 112 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.01 |
| HSL | 9.86º | 0.96% | 0.71% | - |
| HSV(B) | 9.86º | 0.56% | 0.99% | - |
| XYZ | 51.73 | 39.19 | 20.17 | - |
| YUV | 167.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 135 | 112 | 0 | 0.46 | 0.56 | 0.01 | 9.86 | 0.96 | 0.71 |
| Hex | FC | 87 | 70 | 0 | 2E | 38 | 1 | A | 60 | 47 |
| Octal | 374 | 207 | 160 | 0 | 56 | 70 | 1 | 12 | 140 | 107 |
| Binary | 11111100 | 10000111 | 1110000 | 0 | 101110 | 111000 | 1 | 1010 | 1100000 | 1000111 |
Color Harmonies of #FC8770
Complementary color
Monochromatic Colors of #FC8770
Black with #FC8770
Text Example
Text Example
White with #FC8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8770; }
p { color: rgb(252,135,112); }
H1.HeaderClassName
{
color: #FC8770;
}
.AnyTagClassName
{
color: #FC8770;
}
</style>
background-color css
<style>
a { background-color: #FC8770; }
a { background-color: rgb(252,135,112); }
div.DivClassName
{
background-color: #FC8770;
}
.BgClassName
{
background-color: #FC8770;
}
</style>
border-color css
<style>
span { border-color: #FC8770; }
span { border-color: rgb(252,135,112); }
td.TdClassName
{
border-color: #FC8770;
}
.TagClassName
{
border-color: #FC8770;
}
</style>