Shades of Light Salmon #FC9A78
Tints of Light Salmon #FC9A78
RGB
CMYK
RGB Variations
Color information
#FC9A78 (or 0xFC9A78) is known color: Light Salmon. HEX triplet: FC, 9A and 78. RGB value is (252,154,120). Sum of RGB (Red+Green+Blue) = 252+154+120=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9A78 is #036587. Grayscale: #B3B3B3. Windows color (decimal): -222600 or 7903996. OLE color: 7903996.
HSL color Cylindrical-coordinate representation of color #FC9A78: hue angle of 15.45º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC9A78 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 120 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.01 |
| HSL | 15.45º | 0.96% | 0.73% | - |
| HSV(B) | 15.45º | 0.52% | 0.99% | - |
| XYZ | 55.09 | 45.16 | 23.58 | - |
| YUV | 179.43 | 94.47 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 120 | 0 | 0.39 | 0.52 | 0.01 | 15.45 | 0.96 | 0.73 |
| Hex | FC | 9A | 78 | 0 | 27 | 34 | 1 | F | 60 | 49 |
| Octal | 374 | 232 | 170 | 0 | 47 | 64 | 1 | 17 | 140 | 111 |
| Binary | 11111100 | 10011010 | 1111000 | 0 | 100111 | 110100 | 1 | 1111 | 1100000 | 1001001 |
Color Harmonies of #FC9A78
Complementary color
Monochromatic Colors of #FC9A78
Black with #FC9A78
Text Example
Text Example
White with #FC9A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A78; }
p { color: rgb(252,154,120); }
H1.HeaderClassName
{
color: #FC9A78;
}
.AnyTagClassName
{
color: #FC9A78;
}
</style>
background-color css
<style>
a { background-color: #FC9A78; }
a { background-color: rgb(252,154,120); }
div.DivClassName
{
background-color: #FC9A78;
}
.BgClassName
{
background-color: #FC9A78;
}
</style>
border-color css
<style>
span { border-color: #FC9A78; }
span { border-color: rgb(252,154,120); }
td.TdClassName
{
border-color: #FC9A78;
}
.TagClassName
{
border-color: #FC9A78;
}
</style>