Shades of Salmon #FF8679
Tints of Salmon #FF8679
RGB
CMYK
RGB Variations
Color information
#FF8679 (or 0xFF8679) is known color: Salmon. HEX triplet: FF, 86 and 79. RGB value is (255,134,121). Sum of RGB (Red+Green+Blue) = 255+134+121=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8679 is #007986. Grayscale: #A8A8A8. Windows color (decimal): -31111 or 7964415. OLE color: 7964415.
HSL color Cylindrical-coordinate representation of color #FF8679: hue angle of 5.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF8679 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 121 | - |
| CMYK | 0 | 0.47 | 0.53 | 0 |
| HSL | 5.82º | 1% | 0.74% | - |
| HSV(B) | 5.82º | 0.53% | 1% | - |
| XYZ | 53.22 | 39.69 | 22.95 | - |
| YUV | 168.7 | 101.09 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 121 | 0 | 0.47 | 0.53 | 0 | 5.82 | 1 | 0.74 |
| Hex | FF | 86 | 79 | 0 | 2F | 35 | 0 | 6 | 64 | 4A |
| Octal | 377 | 206 | 171 | 0 | 57 | 65 | 0 | 6 | 144 | 112 |
| Binary | 11111111 | 10000110 | 1111001 | 0 | 101111 | 110101 | 0 | 110 | 1100100 | 1001010 |
Color Harmonies of #FF8679
Complementary color
Monochromatic Colors of #FF8679
Black with #FF8679
Text Example
Text Example
White with #FF8679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8679; }
p { color: rgb(255,134,121); }
H1.HeaderClassName
{
color: #FF8679;
}
.AnyTagClassName
{
color: #FF8679;
}
</style>
background-color css
<style>
a { background-color: #FF8679; }
a { background-color: rgb(255,134,121); }
div.DivClassName
{
background-color: #FF8679;
}
.BgClassName
{
background-color: #FF8679;
}
</style>
border-color css
<style>
span { border-color: #FF8679; }
span { border-color: rgb(255,134,121); }
td.TdClassName
{
border-color: #FF8679;
}
.TagClassName
{
border-color: #FF8679;
}
</style>