Shades of Salmon #FF8063
Tints of Salmon #FF8063
RGB
CMYK
RGB Variations
Color information
#FF8063 (or 0xFF8063) is known color: Salmon. HEX triplet: FF, 80 and 63. RGB value is (255,128,99). Sum of RGB (Red+Green+Blue) = 255+128+99=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8063 is #007F9C. Grayscale: #A2A2A2. Windows color (decimal): -32669 or 6521087. OLE color: 6521087.
HSL color Cylindrical-coordinate representation of color #FF8063: hue angle of 11.15º 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 #FF8063 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 99 | - |
| CMYK | 0 | 0.50 | 0.61 | 0 |
| HSL | 11.15º | 1% | 0.69% | - |
| HSV(B) | 11.15º | 0.61% | 1% | - |
| XYZ | 51.21 | 37.6 | 16.36 | - |
| YUV | 162.67 | 92.08 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 99 | 0 | 0.50 | 0.61 | 0 | 11.15 | 1 | 0.69 |
| Hex | FF | 80 | 63 | 0 | 32 | 3D | 0 | B | 64 | 45 |
| Octal | 377 | 200 | 143 | 0 | 62 | 75 | 0 | 13 | 144 | 105 |
| Binary | 11111111 | 10000000 | 1100011 | 0 | 110010 | 111101 | 0 | 1011 | 1100100 | 1000101 |
Color Harmonies of #FF8063
Complementary color
Monochromatic Colors of #FF8063
Black with #FF8063
Text Example
Text Example
White with #FF8063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8063; }
p { color: rgb(255,128,99); }
H1.HeaderClassName
{
color: #FF8063;
}
.AnyTagClassName
{
color: #FF8063;
}
</style>
background-color css
<style>
a { background-color: #FF8063; }
a { background-color: rgb(255,128,99); }
div.DivClassName
{
background-color: #FF8063;
}
.BgClassName
{
background-color: #FF8063;
}
</style>
border-color css
<style>
span { border-color: #FF8063; }
span { border-color: rgb(255,128,99); }
td.TdClassName
{
border-color: #FF8063;
}
.TagClassName
{
border-color: #FF8063;
}
</style>