Shades of Salmon #FA896C
Tints of Salmon #FA896C
RGB
CMYK
RGB Variations
Color information
#FA896C (or 0xFA896C) is known color: Salmon. HEX triplet: FA, 89 and 6C. RGB value is (250,137,108). Sum of RGB (Red+Green+Blue) = 250+137+108=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA896C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA896C is #057693. Grayscale: #A7A7A7. Windows color (decimal): -358036 or 7113210. OLE color: 7113210.
HSL color Cylindrical-coordinate representation of color #FA896C: hue angle of 12.25º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA896C is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 108 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.02 |
| HSL | 12.25º | 0.93% | 0.7% | - |
| HSV(B) | 12.25º | 0.57% | 0.98% | - |
| XYZ | 51.08 | 39.3 | 19.08 | - |
| YUV | 167.48 | 94.44 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 108 | 0 | 0.45 | 0.57 | 0.02 | 12.25 | 0.93 | 0.7 |
| Hex | FA | 89 | 6C | 0 | 2D | 39 | 2 | C | 5D | 46 |
| Octal | 372 | 211 | 154 | 0 | 55 | 71 | 2 | 14 | 135 | 106 |
| Binary | 11111010 | 10001001 | 1101100 | 0 | 101101 | 111001 | 10 | 1100 | 1011101 | 1000110 |
Color Harmonies of #FA896C
Complementary color
Monochromatic Colors of #FA896C
Black with #FA896C
Text Example
Text Example
White with #FA896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA896C; }
p { color: rgb(250,137,108); }
H1.HeaderClassName
{
color: #FA896C;
}
.AnyTagClassName
{
color: #FA896C;
}
</style>
background-color css
<style>
a { background-color: #FA896C; }
a { background-color: rgb(250,137,108); }
div.DivClassName
{
background-color: #FA896C;
}
.BgClassName
{
background-color: #FA896C;
}
</style>
border-color css
<style>
span { border-color: #FA896C; }
span { border-color: rgb(250,137,108); }
td.TdClassName
{
border-color: #FA896C;
}
.TagClassName
{
border-color: #FA896C;
}
</style>