Shades of Light Salmon #FA9574
Tints of Light Salmon #FA9574
RGB
CMYK
RGB Variations
Color information
#FA9574 (or 0xFA9574) is known color: Light Salmon. HEX triplet: FA, 95 and 74. RGB value is (250,149,116). Sum of RGB (Red+Green+Blue) = 250+149+116=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9574 is #056A8B. Grayscale: #AFAFAF. Windows color (decimal): -354956 or 7640570. OLE color: 7640570.
HSL color Cylindrical-coordinate representation of color #FA9574: hue angle of 14.78º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA9574 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 116 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.02 |
| HSL | 14.78º | 0.93% | 0.72% | - |
| HSV(B) | 14.78º | 0.54% | 0.98% | - |
| XYZ | 53.32 | 43.08 | 22.03 | - |
| YUV | 175.44 | 94.46 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 116 | 0 | 0.40 | 0.54 | 0.02 | 14.78 | 0.93 | 0.72 |
| Hex | FA | 95 | 74 | 0 | 28 | 36 | 2 | F | 5D | 48 |
| Octal | 372 | 225 | 164 | 0 | 50 | 66 | 2 | 17 | 135 | 110 |
| Binary | 11111010 | 10010101 | 1110100 | 0 | 101000 | 110110 | 10 | 1111 | 1011101 | 1001000 |
Color Harmonies of #FA9574
Complementary color
Monochromatic Colors of #FA9574
Black with #FA9574
Text Example
Text Example
White with #FA9574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9574; }
p { color: rgb(250,149,116); }
H1.HeaderClassName
{
color: #FA9574;
}
.AnyTagClassName
{
color: #FA9574;
}
</style>
background-color css
<style>
a { background-color: #FA9574; }
a { background-color: rgb(250,149,116); }
div.DivClassName
{
background-color: #FA9574;
}
.BgClassName
{
background-color: #FA9574;
}
</style>
border-color css
<style>
span { border-color: #FA9574; }
span { border-color: rgb(250,149,116); }
td.TdClassName
{
border-color: #FA9574;
}
.TagClassName
{
border-color: #FA9574;
}
</style>