Shades of Salmon #FF8669
Tints of Salmon #FF8669
RGB
CMYK
RGB Variations
Color information
#FF8669 (or 0xFF8669) is known color: Salmon. HEX triplet: FF, 86 and 69. RGB value is (255,134,105). Sum of RGB (Red+Green+Blue) = 255+134+105=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8669 is #007996. Grayscale: #A7A7A7. Windows color (decimal): -31127 or 6915839. OLE color: 6915839.
HSL color Cylindrical-coordinate representation of color #FF8669: hue angle of 11.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF8669 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 105 | - |
| CMYK | 0 | 0.47 | 0.59 | 0 |
| HSL | 11.6º | 1% | 0.71% | - |
| HSV(B) | 11.6º | 0.59% | 1% | - |
| XYZ | 52.31 | 39.33 | 18.2 | - |
| YUV | 166.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 105 | 0 | 0.47 | 0.59 | 0 | 11.6 | 1 | 0.71 |
| Hex | FF | 86 | 69 | 0 | 2F | 3B | 0 | C | 64 | 47 |
| Octal | 377 | 206 | 151 | 0 | 57 | 73 | 0 | 14 | 144 | 107 |
| Binary | 11111111 | 10000110 | 1101001 | 0 | 101111 | 111011 | 0 | 1100 | 1100100 | 1000111 |
Color Harmonies of #FF8669
Complementary color
Monochromatic Colors of #FF8669
Black with #FF8669
Text Example
Text Example
White with #FF8669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8669; }
p { color: rgb(255,134,105); }
H1.HeaderClassName
{
color: #FF8669;
}
.AnyTagClassName
{
color: #FF8669;
}
</style>
background-color css
<style>
a { background-color: #FF8669; }
a { background-color: rgb(255,134,105); }
div.DivClassName
{
background-color: #FF8669;
}
.BgClassName
{
background-color: #FF8669;
}
</style>
border-color css
<style>
span { border-color: #FF8669; }
span { border-color: rgb(255,134,105); }
td.TdClassName
{
border-color: #FF8669;
}
.TagClassName
{
border-color: #FF8669;
}
</style>