Shades of Light Salmon #FC9873
Tints of Light Salmon #FC9873
RGB
CMYK
RGB Variations
Color information
#FC9873 (or 0xFC9873) is known color: Light Salmon. HEX triplet: FC, 98 and 73. RGB value is (252,152,115). Sum of RGB (Red+Green+Blue) = 252+152+115=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9873 is #03678C. Grayscale: #B1B1B1. Windows color (decimal): -223117 or 7575804. OLE color: 7575804.
HSL color Cylindrical-coordinate representation of color #FC9873: hue angle of 16.2º 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 #FC9873 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 115 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.01 |
| HSL | 16.2º | 0.96% | 0.72% | - |
| HSV(B) | 16.2º | 0.54% | 0.99% | - |
| XYZ | 54.47 | 44.39 | 21.92 | - |
| YUV | 177.68 | 92.63 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 115 | 0 | 0.40 | 0.54 | 0.01 | 16.2 | 0.96 | 0.72 |
| Hex | FC | 98 | 73 | 0 | 28 | 36 | 1 | 10 | 60 | 48 |
| Octal | 374 | 230 | 163 | 0 | 50 | 66 | 1 | 20 | 140 | 110 |
| Binary | 11111100 | 10011000 | 1110011 | 0 | 101000 | 110110 | 1 | 10000 | 1100000 | 1001000 |
Color Harmonies of #FC9873
Complementary color
Monochromatic Colors of #FC9873
Black with #FC9873
Text Example
Text Example
White with #FC9873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9873; }
p { color: rgb(252,152,115); }
H1.HeaderClassName
{
color: #FC9873;
}
.AnyTagClassName
{
color: #FC9873;
}
</style>
background-color css
<style>
a { background-color: #FC9873; }
a { background-color: rgb(252,152,115); }
div.DivClassName
{
background-color: #FC9873;
}
.BgClassName
{
background-color: #FC9873;
}
</style>
border-color css
<style>
span { border-color: #FC9873; }
span { border-color: rgb(252,152,115); }
td.TdClassName
{
border-color: #FC9873;
}
.TagClassName
{
border-color: #FC9873;
}
</style>