Shades of Salmon #FC8574
Tints of Salmon #FC8574
RGB
CMYK
RGB Variations
Color information
#FC8574 (or 0xFC8574) is known color: Salmon. HEX triplet: FC, 85 and 74. RGB value is (252,133,116). Sum of RGB (Red+Green+Blue) = 252+133+116=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8574 is #037A8B. Grayscale: #A6A6A6. Windows color (decimal): -227980 or 7636476. OLE color: 7636476.
HSL color Cylindrical-coordinate representation of color #FC8574: hue angle of 7.5º 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 #FC8574 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 116 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.01 |
| HSL | 7.5º | 0.96% | 0.72% | - |
| HSV(B) | 7.5º | 0.54% | 0.99% | - |
| XYZ | 51.68 | 38.73 | 21.27 | - |
| YUV | 166.64 | 99.42 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 116 | 0 | 0.47 | 0.54 | 0.01 | 7.5 | 0.96 | 0.72 |
| Hex | FC | 85 | 74 | 0 | 2F | 36 | 1 | 8 | 60 | 48 |
| Octal | 374 | 205 | 164 | 0 | 57 | 66 | 1 | 10 | 140 | 110 |
| Binary | 11111100 | 10000101 | 1110100 | 0 | 101111 | 110110 | 1 | 1000 | 1100000 | 1001000 |
Color Harmonies of #FC8574
Complementary color
Monochromatic Colors of #FC8574
Black with #FC8574
Text Example
Text Example
White with #FC8574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8574; }
p { color: rgb(252,133,116); }
H1.HeaderClassName
{
color: #FC8574;
}
.AnyTagClassName
{
color: #FC8574;
}
</style>
background-color css
<style>
a { background-color: #FC8574; }
a { background-color: rgb(252,133,116); }
div.DivClassName
{
background-color: #FC8574;
}
.BgClassName
{
background-color: #FC8574;
}
</style>
border-color css
<style>
span { border-color: #FC8574; }
span { border-color: rgb(252,133,116); }
td.TdClassName
{
border-color: #FC8574;
}
.TagClassName
{
border-color: #FC8574;
}
</style>