Shades of Salmon #FC8172
Tints of Salmon #FC8172
RGB
CMYK
RGB Variations
Color information
#FC8172 (or 0xFC8172) is known color: Salmon. HEX triplet: FC, 81 and 72. RGB value is (252,129,114). Sum of RGB (Red+Green+Blue) = 252+129+114=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8172 is #037E8D. Grayscale: #A4A4A4. Windows color (decimal): -229006 or 7504380. OLE color: 7504380.
HSL color Cylindrical-coordinate representation of color #FC8172: hue angle of 6.52º 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 #FC8172 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 114 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.01 |
| HSL | 6.52º | 0.96% | 0.72% | - |
| HSV(B) | 6.52º | 0.55% | 0.99% | - |
| XYZ | 51.03 | 37.61 | 20.49 | - |
| YUV | 164.07 | 99.75 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 114 | 0 | 0.49 | 0.55 | 0.01 | 6.52 | 0.96 | 0.72 |
| Hex | FC | 81 | 72 | 0 | 31 | 37 | 1 | 7 | 60 | 48 |
| Octal | 374 | 201 | 162 | 0 | 61 | 67 | 1 | 7 | 140 | 110 |
| Binary | 11111100 | 10000001 | 1110010 | 0 | 110001 | 110111 | 1 | 111 | 1100000 | 1001000 |
Color Harmonies of #FC8172
Complementary color
Monochromatic Colors of #FC8172
Black with #FC8172
Text Example
Text Example
White with #FC8172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8172; }
p { color: rgb(252,129,114); }
H1.HeaderClassName
{
color: #FC8172;
}
.AnyTagClassName
{
color: #FC8172;
}
</style>
background-color css
<style>
a { background-color: #FC8172; }
a { background-color: rgb(252,129,114); }
div.DivClassName
{
background-color: #FC8172;
}
.BgClassName
{
background-color: #FC8172;
}
</style>
border-color css
<style>
span { border-color: #FC8172; }
span { border-color: rgb(252,129,114); }
td.TdClassName
{
border-color: #FC8172;
}
.TagClassName
{
border-color: #FC8172;
}
</style>