Shades of Salmon #FA8974
Tints of Salmon #FA8974
RGB
CMYK
RGB Variations
Color information
#FA8974 (or 0xFA8974) is known color: Salmon. HEX triplet: FA, 89 and 74. RGB value is (250,137,116). Sum of RGB (Red+Green+Blue) = 250+137+116=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8974 is #05768B. Grayscale: #A8A8A8. Windows color (decimal): -358028 or 7637498. OLE color: 7637498.
HSL color Cylindrical-coordinate representation of color #FA8974: hue angle of 9.4º 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 #FA8974 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 116 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.02 |
| HSL | 9.4º | 0.93% | 0.72% | - |
| HSV(B) | 9.4º | 0.54% | 0.98% | - |
| XYZ | 51.52 | 39.48 | 21.43 | - |
| YUV | 168.39 | 98.44 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 116 | 0 | 0.45 | 0.54 | 0.02 | 9.4 | 0.93 | 0.72 |
| Hex | FA | 89 | 74 | 0 | 2D | 36 | 2 | 9 | 5D | 48 |
| Octal | 372 | 211 | 164 | 0 | 55 | 66 | 2 | 11 | 135 | 110 |
| Binary | 11111010 | 10001001 | 1110100 | 0 | 101101 | 110110 | 10 | 1001 | 1011101 | 1001000 |
Color Harmonies of #FA8974
Complementary color
Monochromatic Colors of #FA8974
Black with #FA8974
Text Example
Text Example
White with #FA8974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8974; }
p { color: rgb(250,137,116); }
H1.HeaderClassName
{
color: #FA8974;
}
.AnyTagClassName
{
color: #FA8974;
}
</style>
background-color css
<style>
a { background-color: #FA8974; }
a { background-color: rgb(250,137,116); }
div.DivClassName
{
background-color: #FA8974;
}
.BgClassName
{
background-color: #FA8974;
}
</style>
border-color css
<style>
span { border-color: #FA8974; }
span { border-color: rgb(250,137,116); }
td.TdClassName
{
border-color: #FA8974;
}
.TagClassName
{
border-color: #FA8974;
}
</style>