Shades of Salmon #FF8665
Tints of Salmon #FF8665
RGB
CMYK
RGB Variations
Color information
#FF8665 (or 0xFF8665) is known color: Salmon. HEX triplet: FF, 86 and 65. RGB value is (255,134,101). Sum of RGB (Red+Green+Blue) = 255+134+101=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8665 is #00799A. Grayscale: #A6A6A6. Windows color (decimal): -31131 or 6653695. OLE color: 6653695.
HSL color Cylindrical-coordinate representation of color #FF8665: hue angle of 12.86º 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 #FF8665 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 101 | - |
| CMYK | 0 | 0.47 | 0.60 | 0 |
| HSL | 12.86º | 1% | 0.7% | - |
| HSV(B) | 12.86º | 0.6% | 1% | - |
| XYZ | 52.11 | 39.25 | 17.14 | - |
| YUV | 166.42 | 91.09 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 101 | 0 | 0.47 | 0.60 | 0 | 12.86 | 1 | 0.7 |
| Hex | FF | 86 | 65 | 0 | 2F | 3C | 0 | D | 64 | 46 |
| Octal | 377 | 206 | 145 | 0 | 57 | 74 | 0 | 15 | 144 | 106 |
| Binary | 11111111 | 10000110 | 1100101 | 0 | 101111 | 111100 | 0 | 1101 | 1100100 | 1000110 |
Color Harmonies of #FF8665
Complementary color
Monochromatic Colors of #FF8665
Black with #FF8665
Text Example
Text Example
White with #FF8665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8665; }
p { color: rgb(255,134,101); }
H1.HeaderClassName
{
color: #FF8665;
}
.AnyTagClassName
{
color: #FF8665;
}
</style>
background-color css
<style>
a { background-color: #FF8665; }
a { background-color: rgb(255,134,101); }
div.DivClassName
{
background-color: #FF8665;
}
.BgClassName
{
background-color: #FF8665;
}
</style>
border-color css
<style>
span { border-color: #FF8665; }
span { border-color: rgb(255,134,101); }
td.TdClassName
{
border-color: #FF8665;
}
.TagClassName
{
border-color: #FF8665;
}
</style>