Shades of Salmon #FF8065
Tints of Salmon #FF8065
RGB
CMYK
RGB Variations
Color information
#FF8065 (or 0xFF8065) is known color: Salmon. HEX triplet: FF, 80 and 65. RGB value is (255,128,101). Sum of RGB (Red+Green+Blue) = 255+128+101=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8065 is #007F9A. Grayscale: #A3A3A3. Windows color (decimal): -32667 or 6652159. OLE color: 6652159.
HSL color Cylindrical-coordinate representation of color #FF8065: hue angle of 10.52º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF8065 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 101 | - |
| CMYK | 0 | 0.50 | 0.60 | 0 |
| HSL | 10.52º | 1% | 0.7% | - |
| HSV(B) | 10.52º | 0.6% | 1% | - |
| XYZ | 51.31 | 37.64 | 16.87 | - |
| YUV | 162.9 | 93.08 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 101 | 0 | 0.50 | 0.60 | 0 | 10.52 | 1 | 0.7 |
| Hex | FF | 80 | 65 | 0 | 32 | 3C | 0 | B | 64 | 46 |
| Octal | 377 | 200 | 145 | 0 | 62 | 74 | 0 | 13 | 144 | 106 |
| Binary | 11111111 | 10000000 | 1100101 | 0 | 110010 | 111100 | 0 | 1011 | 1100100 | 1000110 |
Color Harmonies of #FF8065
Complementary color
Monochromatic Colors of #FF8065
Black with #FF8065
Text Example
Text Example
White with #FF8065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8065; }
p { color: rgb(255,128,101); }
H1.HeaderClassName
{
color: #FF8065;
}
.AnyTagClassName
{
color: #FF8065;
}
</style>
background-color css
<style>
a { background-color: #FF8065; }
a { background-color: rgb(255,128,101); }
div.DivClassName
{
background-color: #FF8065;
}
.BgClassName
{
background-color: #FF8065;
}
</style>
border-color css
<style>
span { border-color: #FF8065; }
span { border-color: rgb(255,128,101); }
td.TdClassName
{
border-color: #FF8065;
}
.TagClassName
{
border-color: #FF8065;
}
</style>