Shades of Light Salmon #FA9971
Tints of Light Salmon #FA9971
RGB
CMYK
RGB Variations
Color information
#FA9971 (or 0xFA9971) is known color: Light Salmon. HEX triplet: FA, 99 and 71. RGB value is (250,153,113). Sum of RGB (Red+Green+Blue) = 250+153+113=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9971 is #05668E. Grayscale: #B1B1B1. Windows color (decimal): -353935 or 7444986. OLE color: 7444986.
HSL color Cylindrical-coordinate representation of color #FA9971: hue angle of 17.52º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA9971 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 113 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.02 |
| HSL | 17.52º | 0.93% | 0.71% | - |
| HSV(B) | 17.52º | 0.55% | 0.98% | - |
| XYZ | 53.8 | 44.3 | 21.34 | - |
| YUV | 177.44 | 91.64 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 113 | 0 | 0.39 | 0.55 | 0.02 | 17.52 | 0.93 | 0.71 |
| Hex | FA | 99 | 71 | 0 | 27 | 37 | 2 | 12 | 5D | 47 |
| Octal | 372 | 231 | 161 | 0 | 47 | 67 | 2 | 22 | 135 | 107 |
| Binary | 11111010 | 10011001 | 1110001 | 0 | 100111 | 110111 | 10 | 10010 | 1011101 | 1000111 |
Color Harmonies of #FA9971
Complementary color
Monochromatic Colors of #FA9971
Black with #FA9971
Text Example
Text Example
White with #FA9971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9971; }
p { color: rgb(250,153,113); }
H1.HeaderClassName
{
color: #FA9971;
}
.AnyTagClassName
{
color: #FA9971;
}
</style>
background-color css
<style>
a { background-color: #FA9971; }
a { background-color: rgb(250,153,113); }
div.DivClassName
{
background-color: #FA9971;
}
.BgClassName
{
background-color: #FA9971;
}
</style>
border-color css
<style>
span { border-color: #FA9971; }
span { border-color: rgb(250,153,113); }
td.TdClassName
{
border-color: #FA9971;
}
.TagClassName
{
border-color: #FA9971;
}
</style>