Shades of Salmon #FC8A70
Tints of Salmon #FC8A70
RGB
CMYK
RGB Variations
Color information
#FC8A70 (or 0xFC8A70) is known color: Salmon. HEX triplet: FC, 8A and 70. RGB value is (252,138,112). Sum of RGB (Red+Green+Blue) = 252+138+112=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8A70 is #03758F. Grayscale: #A9A9A9. Windows color (decimal): -226704 or 7375612. OLE color: 7375612.
HSL color Cylindrical-coordinate representation of color #FC8A70: hue angle of 11.14º 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 #FC8A70 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 112 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.01 |
| HSL | 11.14º | 0.96% | 0.71% | - |
| HSV(B) | 11.14º | 0.56% | 0.99% | - |
| XYZ | 52.16 | 40.04 | 20.31 | - |
| YUV | 169.12 | 95.77 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 112 | 0 | 0.45 | 0.56 | 0.01 | 11.14 | 0.96 | 0.71 |
| Hex | FC | 8A | 70 | 0 | 2D | 38 | 1 | B | 60 | 47 |
| Octal | 374 | 212 | 160 | 0 | 55 | 70 | 1 | 13 | 140 | 107 |
| Binary | 11111100 | 10001010 | 1110000 | 0 | 101101 | 111000 | 1 | 1011 | 1100000 | 1000111 |
Color Harmonies of #FC8A70
Complementary color
Monochromatic Colors of #FC8A70
Black with #FC8A70
Text Example
Text Example
White with #FC8A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8A70; }
p { color: rgb(252,138,112); }
H1.HeaderClassName
{
color: #FC8A70;
}
.AnyTagClassName
{
color: #FC8A70;
}
</style>
background-color css
<style>
a { background-color: #FC8A70; }
a { background-color: rgb(252,138,112); }
div.DivClassName
{
background-color: #FC8A70;
}
.BgClassName
{
background-color: #FC8A70;
}
</style>
border-color css
<style>
span { border-color: #FC8A70; }
span { border-color: rgb(252,138,112); }
td.TdClassName
{
border-color: #FC8A70;
}
.TagClassName
{
border-color: #FC8A70;
}
</style>