Shades of Salmon #FF8463
Tints of Salmon #FF8463
RGB
CMYK
RGB Variations
Color information
#FF8463 (or 0xFF8463) is known color: Salmon. HEX triplet: FF, 84 and 63. RGB value is (255,132,99). Sum of RGB (Red+Green+Blue) = 255+132+99=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8463 is #007B9C. Grayscale: #A5A5A5. Windows color (decimal): -31645 or 6522111. OLE color: 6522111.
HSL color Cylindrical-coordinate representation of color #FF8463: hue angle of 12.69º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF8463 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 99 | - |
| CMYK | 0 | 0.48 | 0.61 | 0 |
| HSL | 12.69º | 1% | 0.69% | - |
| HSV(B) | 12.69º | 0.61% | 1% | - |
| XYZ | 51.74 | 38.66 | 16.54 | - |
| YUV | 165.02 | 90.75 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 99 | 0 | 0.48 | 0.61 | 0 | 12.69 | 1 | 0.69 |
| Hex | FF | 84 | 63 | 0 | 30 | 3D | 0 | D | 64 | 45 |
| Octal | 377 | 204 | 143 | 0 | 60 | 75 | 0 | 15 | 144 | 105 |
| Binary | 11111111 | 10000100 | 1100011 | 0 | 110000 | 111101 | 0 | 1101 | 1100100 | 1000101 |
Color Harmonies of #FF8463
Complementary color
Monochromatic Colors of #FF8463
Black with #FF8463
Text Example
Text Example
White with #FF8463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8463; }
p { color: rgb(255,132,99); }
H1.HeaderClassName
{
color: #FF8463;
}
.AnyTagClassName
{
color: #FF8463;
}
</style>
background-color css
<style>
a { background-color: #FF8463; }
a { background-color: rgb(255,132,99); }
div.DivClassName
{
background-color: #FF8463;
}
.BgClassName
{
background-color: #FF8463;
}
</style>
border-color css
<style>
span { border-color: #FF8463; }
span { border-color: rgb(255,132,99); }
td.TdClassName
{
border-color: #FF8463;
}
.TagClassName
{
border-color: #FF8463;
}
</style>