Shades of Light Salmon #FC9B7A
Tints of Light Salmon #FC9B7A
RGB
CMYK
RGB Variations
Color information
#FC9B7A (or 0xFC9B7A) is known color: Light Salmon. HEX triplet: FC, 9B and 7A. RGB value is (252,155,122). Sum of RGB (Red+Green+Blue) = 252+155+122=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9B7A is #036485. Grayscale: #B4B4B4. Windows color (decimal): -222342 or 8035324. OLE color: 8035324.
HSL color Cylindrical-coordinate representation of color #FC9B7A: hue angle of 15.23º 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 #FC9B7A is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 155 | 122 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.01 |
| HSL | 15.23º | 0.96% | 0.73% | - |
| HSV(B) | 15.23º | 0.52% | 0.99% | - |
| XYZ | 55.38 | 45.54 | 24.28 | - |
| YUV | 180.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 155 | 122 | 0 | 0.38 | 0.52 | 0.01 | 15.23 | 0.96 | 0.73 |
| Hex | FC | 9B | 7A | 0 | 26 | 34 | 1 | F | 60 | 49 |
| Octal | 374 | 233 | 172 | 0 | 46 | 64 | 1 | 17 | 140 | 111 |
| Binary | 11111100 | 10011011 | 1111010 | 0 | 100110 | 110100 | 1 | 1111 | 1100000 | 1001001 |
Color Harmonies of #FC9B7A
Complementary color
Monochromatic Colors of #FC9B7A
Black with #FC9B7A
Text Example
Text Example
White with #FC9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9B7A; }
p { color: rgb(252,155,122); }
H1.HeaderClassName
{
color: #FC9B7A;
}
.AnyTagClassName
{
color: #FC9B7A;
}
</style>
background-color css
<style>
a { background-color: #FC9B7A; }
a { background-color: rgb(252,155,122); }
div.DivClassName
{
background-color: #FC9B7A;
}
.BgClassName
{
background-color: #FC9B7A;
}
</style>
border-color css
<style>
span { border-color: #FC9B7A; }
span { border-color: rgb(252,155,122); }
td.TdClassName
{
border-color: #FC9B7A;
}
.TagClassName
{
border-color: #FC9B7A;
}
</style>