Shades of Light Salmon #FC9A7A
Tints of Light Salmon #FC9A7A
RGB
CMYK
RGB Variations
Color information
#FC9A7A (or 0xFC9A7A) is known color: Light Salmon. HEX triplet: FC, 9A and 7A. RGB value is (252,154,122). Sum of RGB (Red+Green+Blue) = 252+154+122=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9A7A is #036585. Grayscale: #B3B3B3. Windows color (decimal): -222598 or 8035068. OLE color: 8035068.
HSL color Cylindrical-coordinate representation of color #FC9A7A: hue angle of 14.77º 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 #FC9A7A is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 122 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.01 |
| HSL | 14.77º | 0.96% | 0.73% | - |
| HSV(B) | 14.77º | 0.52% | 0.99% | - |
| XYZ | 55.21 | 45.21 | 24.23 | - |
| YUV | 179.65 | 95.47 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 122 | 0 | 0.39 | 0.52 | 0.01 | 14.77 | 0.96 | 0.73 |
| Hex | FC | 9A | 7A | 0 | 27 | 34 | 1 | F | 60 | 49 |
| Octal | 374 | 232 | 172 | 0 | 47 | 64 | 1 | 17 | 140 | 111 |
| Binary | 11111100 | 10011010 | 1111010 | 0 | 100111 | 110100 | 1 | 1111 | 1100000 | 1001001 |
Color Harmonies of #FC9A7A
Complementary color
Monochromatic Colors of #FC9A7A
Black with #FC9A7A
Text Example
Text Example
White with #FC9A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A7A; }
p { color: rgb(252,154,122); }
H1.HeaderClassName
{
color: #FC9A7A;
}
.AnyTagClassName
{
color: #FC9A7A;
}
</style>
background-color css
<style>
a { background-color: #FC9A7A; }
a { background-color: rgb(252,154,122); }
div.DivClassName
{
background-color: #FC9A7A;
}
.BgClassName
{
background-color: #FC9A7A;
}
</style>
border-color css
<style>
span { border-color: #FC9A7A; }
span { border-color: rgb(252,154,122); }
td.TdClassName
{
border-color: #FC9A7A;
}
.TagClassName
{
border-color: #FC9A7A;
}
</style>