Shades of Salmon #FC8971
Tints of Salmon #FC8971
RGB
CMYK
RGB Variations
Color information
#FC8971 (or 0xFC8971) is known color: Salmon. HEX triplet: FC, 89 and 71. RGB value is (252,137,113). Sum of RGB (Red+Green+Blue) = 252+137+113=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8971 is #03768E. Grayscale: #A8A8A8. Windows color (decimal): -226959 or 7440892. OLE color: 7440892.
HSL color Cylindrical-coordinate representation of color #FC8971: hue angle of 10.36º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC8971 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 113 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.01 |
| HSL | 10.36º | 0.96% | 0.72% | - |
| HSV(B) | 10.36º | 0.55% | 0.99% | - |
| XYZ | 52.07 | 39.78 | 20.56 | - |
| YUV | 168.65 | 96.6 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 113 | 0 | 0.46 | 0.55 | 0.01 | 10.36 | 0.96 | 0.72 |
| Hex | FC | 89 | 71 | 0 | 2E | 37 | 1 | A | 60 | 48 |
| Octal | 374 | 211 | 161 | 0 | 56 | 67 | 1 | 12 | 140 | 110 |
| Binary | 11111100 | 10001001 | 1110001 | 0 | 101110 | 110111 | 1 | 1010 | 1100000 | 1001000 |
Color Harmonies of #FC8971
Complementary color
Monochromatic Colors of #FC8971
Black with #FC8971
Text Example
Text Example
White with #FC8971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8971; }
p { color: rgb(252,137,113); }
H1.HeaderClassName
{
color: #FC8971;
}
.AnyTagClassName
{
color: #FC8971;
}
</style>
background-color css
<style>
a { background-color: #FC8971; }
a { background-color: rgb(252,137,113); }
div.DivClassName
{
background-color: #FC8971;
}
.BgClassName
{
background-color: #FC8971;
}
</style>
border-color css
<style>
span { border-color: #FC8971; }
span { border-color: rgb(252,137,113); }
td.TdClassName
{
border-color: #FC8971;
}
.TagClassName
{
border-color: #FC8971;
}
</style>