Shades of Salmon #FC8375
Tints of Salmon #FC8375
RGB
CMYK
RGB Variations
Color information
#FC8375 (or 0xFC8375) is known color: Salmon. HEX triplet: FC, 83 and 75. RGB value is (252,131,117). Sum of RGB (Red+Green+Blue) = 252+131+117=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8375 is #037C8A. Grayscale: #A5A5A5. Windows color (decimal): -228491 or 7701500. OLE color: 7701500.
HSL color Cylindrical-coordinate representation of color #FC8375: hue angle of 6.22º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC8375 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 117 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.01 |
| HSL | 6.22º | 0.96% | 0.72% | - |
| HSV(B) | 6.22º | 0.54% | 0.99% | - |
| XYZ | 51.47 | 38.21 | 21.49 | - |
| YUV | 165.58 | 100.59 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 117 | 0 | 0.48 | 0.54 | 0.01 | 6.22 | 0.96 | 0.72 |
| Hex | FC | 83 | 75 | 0 | 30 | 36 | 1 | 6 | 60 | 48 |
| Octal | 374 | 203 | 165 | 0 | 60 | 66 | 1 | 6 | 140 | 110 |
| Binary | 11111100 | 10000011 | 1110101 | 0 | 110000 | 110110 | 1 | 110 | 1100000 | 1001000 |
Color Harmonies of #FC8375
Complementary color
Monochromatic Colors of #FC8375
Black with #FC8375
Text Example
Text Example
White with #FC8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8375; }
p { color: rgb(252,131,117); }
H1.HeaderClassName
{
color: #FC8375;
}
.AnyTagClassName
{
color: #FC8375;
}
</style>
background-color css
<style>
a { background-color: #FC8375; }
a { background-color: rgb(252,131,117); }
div.DivClassName
{
background-color: #FC8375;
}
.BgClassName
{
background-color: #FC8375;
}
</style>
border-color css
<style>
span { border-color: #FC8375; }
span { border-color: rgb(252,131,117); }
td.TdClassName
{
border-color: #FC8375;
}
.TagClassName
{
border-color: #FC8375;
}
</style>