Shades of Light Salmon #FA9F80
Tints of Light Salmon #FA9F80
RGB
CMYK
RGB Variations
Color information
#FA9F80 (or 0xFA9F80) is known color: Light Salmon. HEX triplet: FA, 9F and 80. RGB value is (250,159,128). Sum of RGB (Red+Green+Blue) = 250+159+128=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9F80 is #05607F. Grayscale: #B6B6B6. Windows color (decimal): -352384 or 8429562. OLE color: 8429562.
HSL color Cylindrical-coordinate representation of color #FA9F80: hue angle of 15.25º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA9F80 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 128 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.02 |
| HSL | 15.25º | 0.92% | 0.74% | - |
| HSV(B) | 15.25º | 0.49% | 0.98% | - |
| XYZ | 55.72 | 46.68 | 26.5 | - |
| YUV | 182.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 128 | 0 | 0.36 | 0.49 | 0.02 | 15.25 | 0.92 | 0.74 |
| Hex | FA | 9F | 80 | 0 | 24 | 31 | 2 | F | 5C | 4A |
| Octal | 372 | 237 | 200 | 0 | 44 | 61 | 2 | 17 | 134 | 112 |
| Binary | 11111010 | 10011111 | 10000000 | 0 | 100100 | 110001 | 10 | 1111 | 1011100 | 1001010 |
Color Harmonies of #FA9F80
Complementary color
Monochromatic Colors of #FA9F80
Black with #FA9F80
Text Example
Text Example
White with #FA9F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F80; }
p { color: rgb(250,159,128); }
H1.HeaderClassName
{
color: #FA9F80;
}
.AnyTagClassName
{
color: #FA9F80;
}
</style>
background-color css
<style>
a { background-color: #FA9F80; }
a { background-color: rgb(250,159,128); }
div.DivClassName
{
background-color: #FA9F80;
}
.BgClassName
{
background-color: #FA9F80;
}
</style>
border-color css
<style>
span { border-color: #FA9F80; }
span { border-color: rgb(250,159,128); }
td.TdClassName
{
border-color: #FA9F80;
}
.TagClassName
{
border-color: #FA9F80;
}
</style>