Shades of Salmon #FA8464
Tints of Salmon #FA8464
RGB
CMYK
RGB Variations
Color information
#FA8464 (or 0xFA8464) is known color: Salmon. HEX triplet: FA, 84 and 64. RGB value is (250,132,100). Sum of RGB (Red+Green+Blue) = 250+132+100=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8464 is #057B9B. Grayscale: #A3A3A3. Windows color (decimal): -359324 or 6587642. OLE color: 6587642.
HSL color Cylindrical-coordinate representation of color #FA8464: hue angle of 12.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA8464 is Cyan = 0, Magento = 0.47, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 100 | - |
| CMYK | 0 | 0.47 | 0.6 | 0.02 |
| HSL | 12.8º | 0.94% | 0.69% | - |
| HSV(B) | 12.8º | 0.6% | 0.98% | - |
| XYZ | 49.98 | 37.75 | 16.71 | - |
| YUV | 163.63 | 92.09 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 100 | 0 | 0.47 | 0.6 | 0.02 | 12.8 | 0.94 | 0.69 |
| Hex | FA | 84 | 64 | 0 | 2F | 3C | 2 | D | 5E | 45 |
| Octal | 372 | 204 | 144 | 0 | 57 | 74 | 2 | 15 | 136 | 105 |
| Binary | 11111010 | 10000100 | 1100100 | 0 | 101111 | 111100 | 10 | 1101 | 1011110 | 1000101 |
Color Harmonies of #FA8464
Complementary color
Monochromatic Colors of #FA8464
Black with #FA8464
Text Example
Text Example
White with #FA8464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8464; }
p { color: rgb(250,132,100); }
H1.HeaderClassName
{
color: #FA8464;
}
.AnyTagClassName
{
color: #FA8464;
}
</style>
background-color css
<style>
a { background-color: #FA8464; }
a { background-color: rgb(250,132,100); }
div.DivClassName
{
background-color: #FA8464;
}
.BgClassName
{
background-color: #FA8464;
}
</style>
border-color css
<style>
span { border-color: #FA8464; }
span { border-color: rgb(250,132,100); }
td.TdClassName
{
border-color: #FA8464;
}
.TagClassName
{
border-color: #FA8464;
}
</style>