Shades of Salmon #FC8970
Tints of Salmon #FC8970
RGB
CMYK
RGB Variations
Color information
#FC8970 (or 0xFC8970) is known color: Salmon. HEX triplet: FC, 89 and 70. RGB value is (252,137,112). Sum of RGB (Red+Green+Blue) = 252+137+112=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8970 is #03768F. Grayscale: #A8A8A8. Windows color (decimal): -226960 or 7375356. OLE color: 7375356.
HSL color Cylindrical-coordinate representation of color #FC8970: hue angle of 10.71º 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 #FC8970 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 112 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.01 |
| HSL | 10.71º | 0.96% | 0.71% | - |
| HSV(B) | 10.71º | 0.56% | 0.99% | - |
| XYZ | 52.02 | 39.76 | 20.26 | - |
| YUV | 168.54 | 96.1 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 112 | 0 | 0.46 | 0.56 | 0.01 | 10.71 | 0.96 | 0.71 |
| Hex | FC | 89 | 70 | 0 | 2E | 38 | 1 | B | 60 | 47 |
| Octal | 374 | 211 | 160 | 0 | 56 | 70 | 1 | 13 | 140 | 107 |
| Binary | 11111100 | 10001001 | 1110000 | 0 | 101110 | 111000 | 1 | 1011 | 1100000 | 1000111 |
Color Harmonies of #FC8970
Complementary color
Monochromatic Colors of #FC8970
Black with #FC8970
Text Example
Text Example
White with #FC8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8970; }
p { color: rgb(252,137,112); }
H1.HeaderClassName
{
color: #FC8970;
}
.AnyTagClassName
{
color: #FC8970;
}
</style>
background-color css
<style>
a { background-color: #FC8970; }
a { background-color: rgb(252,137,112); }
div.DivClassName
{
background-color: #FC8970;
}
.BgClassName
{
background-color: #FC8970;
}
</style>
border-color css
<style>
span { border-color: #FC8970; }
span { border-color: rgb(252,137,112); }
td.TdClassName
{
border-color: #FC8970;
}
.TagClassName
{
border-color: #FC8970;
}
</style>