Shades of Salmon #FF8264
Tints of Salmon #FF8264
RGB
CMYK
RGB Variations
Color information
#FF8264 (or 0xFF8264) is known color: Salmon. HEX triplet: FF, 82 and 64. RGB value is (255,130,100). Sum of RGB (Red+Green+Blue) = 255+130+100=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8264 is #007D9B. Grayscale: #A4A4A4. Windows color (decimal): -32156 or 6587135. OLE color: 6587135.
HSL color Cylindrical-coordinate representation of color #FF8264: hue angle of 11.61º 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 #FF8264 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 100 | - |
| CMYK | 0 | 0.49 | 0.61 | 0 |
| HSL | 11.61º | 1% | 0.7% | - |
| HSV(B) | 11.61º | 0.61% | 1% | - |
| XYZ | 51.52 | 38.15 | 16.7 | - |
| YUV | 163.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 100 | 0 | 0.49 | 0.61 | 0 | 11.61 | 1 | 0.7 |
| Hex | FF | 82 | 64 | 0 | 31 | 3D | 0 | C | 64 | 46 |
| Octal | 377 | 202 | 144 | 0 | 61 | 75 | 0 | 14 | 144 | 106 |
| Binary | 11111111 | 10000010 | 1100100 | 0 | 110001 | 111101 | 0 | 1100 | 1100100 | 1000110 |
Color Harmonies of #FF8264
Complementary color
Monochromatic Colors of #FF8264
Black with #FF8264
Text Example
Text Example
White with #FF8264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8264; }
p { color: rgb(255,130,100); }
H1.HeaderClassName
{
color: #FF8264;
}
.AnyTagClassName
{
color: #FF8264;
}
</style>
background-color css
<style>
a { background-color: #FF8264; }
a { background-color: rgb(255,130,100); }
div.DivClassName
{
background-color: #FF8264;
}
.BgClassName
{
background-color: #FF8264;
}
</style>
border-color css
<style>
span { border-color: #FF8264; }
span { border-color: rgb(255,130,100); }
td.TdClassName
{
border-color: #FF8264;
}
.TagClassName
{
border-color: #FF8264;
}
</style>