Shades of Salmon #FF8464
Tints of Salmon #FF8464
RGB
CMYK
RGB Variations
Color information
#FF8464 (or 0xFF8464) is known color: Salmon. HEX triplet: FF, 84 and 64. RGB value is (255,132,100). Sum of RGB (Red+Green+Blue) = 255+132+100=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8464 is #007B9B. Grayscale: #A5A5A5. Windows color (decimal): -31644 or 6587647. OLE color: 6587647.
HSL color Cylindrical-coordinate representation of color #FF8464: hue angle of 12.39º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF8464 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 100 | - |
| CMYK | 0 | 0.48 | 0.61 | 0 |
| HSL | 12.39º | 1% | 0.7% | - |
| HSV(B) | 12.39º | 0.61% | 1% | - |
| XYZ | 51.79 | 38.68 | 16.79 | - |
| YUV | 165.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 100 | 0 | 0.48 | 0.61 | 0 | 12.39 | 1 | 0.7 |
| Hex | FF | 84 | 64 | 0 | 30 | 3D | 0 | C | 64 | 46 |
| Octal | 377 | 204 | 144 | 0 | 60 | 75 | 0 | 14 | 144 | 106 |
| Binary | 11111111 | 10000100 | 1100100 | 0 | 110000 | 111101 | 0 | 1100 | 1100100 | 1000110 |
Color Harmonies of #FF8464
Complementary color
Monochromatic Colors of #FF8464
Black with #FF8464
Text Example
Text Example
White with #FF8464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8464; }
p { color: rgb(255,132,100); }
H1.HeaderClassName
{
color: #FF8464;
}
.AnyTagClassName
{
color: #FF8464;
}
</style>
background-color css
<style>
a { background-color: #FF8464; }
a { background-color: rgb(255,132,100); }
div.DivClassName
{
background-color: #FF8464;
}
.BgClassName
{
background-color: #FF8464;
}
</style>
border-color css
<style>
span { border-color: #FF8464; }
span { border-color: rgb(255,132,100); }
td.TdClassName
{
border-color: #FF8464;
}
.TagClassName
{
border-color: #FF8464;
}
</style>