Shades of Light Salmon #FA9877
Tints of Light Salmon #FA9877
RGB
CMYK
RGB Variations
Color information
#FA9877 (or 0xFA9877) is known color: Light Salmon. HEX triplet: FA, 98 and 77. RGB value is (250,152,119). Sum of RGB (Red+Green+Blue) = 250+152+119=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9877 is #056788. Grayscale: #B1B1B1. Windows color (decimal): -354185 or 7837946. OLE color: 7837946.
HSL color Cylindrical-coordinate representation of color #FA9877: hue angle of 15.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA9877 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 119 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.02 |
| HSL | 15.11º | 0.93% | 0.72% | - |
| HSV(B) | 15.11º | 0.52% | 0.98% | - |
| XYZ | 53.98 | 44.11 | 23.12 | - |
| YUV | 177.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 119 | 0 | 0.39 | 0.52 | 0.02 | 15.11 | 0.93 | 0.72 |
| Hex | FA | 98 | 77 | 0 | 27 | 34 | 2 | F | 5D | 48 |
| Octal | 372 | 230 | 167 | 0 | 47 | 64 | 2 | 17 | 135 | 110 |
| Binary | 11111010 | 10011000 | 1110111 | 0 | 100111 | 110100 | 10 | 1111 | 1011101 | 1001000 |
Color Harmonies of #FA9877
Complementary color
Monochromatic Colors of #FA9877
Black with #FA9877
Text Example
Text Example
White with #FA9877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9877; }
p { color: rgb(250,152,119); }
H1.HeaderClassName
{
color: #FA9877;
}
.AnyTagClassName
{
color: #FA9877;
}
</style>
background-color css
<style>
a { background-color: #FA9877; }
a { background-color: rgb(250,152,119); }
div.DivClassName
{
background-color: #FA9877;
}
.BgClassName
{
background-color: #FA9877;
}
</style>
border-color css
<style>
span { border-color: #FA9877; }
span { border-color: rgb(250,152,119); }
td.TdClassName
{
border-color: #FA9877;
}
.TagClassName
{
border-color: #FA9877;
}
</style>