Shades of Salmon #FE8679
Tints of Salmon #FE8679
RGB
CMYK
RGB Variations
Color information
#FE8679 (or 0xFE8679) is known color: Salmon. HEX triplet: FE, 86 and 79. RGB value is (254,134,121). Sum of RGB (Red+Green+Blue) = 254+134+121=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8679 is #017986. Grayscale: #A8A8A8. Windows color (decimal): -96647 or 7964414. OLE color: 7964414.
HSL color Cylindrical-coordinate representation of color #FE8679: hue angle of 5.86º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE8679 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 121 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.00 |
| HSL | 5.86º | 0.99% | 0.74% | - |
| HSV(B) | 5.86º | 0.52% | 1% | - |
| XYZ | 52.85 | 39.5 | 22.93 | - |
| YUV | 168.4 | 101.26 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 121 | 0 | 0.47 | 0.52 | 0.00 | 5.86 | 0.99 | 0.74 |
| Hex | FE | 86 | 79 | 0 | 2F | 34 | 0 | 6 | 63 | 4A |
| Octal | 376 | 206 | 171 | 0 | 57 | 64 | 0 | 6 | 143 | 112 |
| Binary | 11111110 | 10000110 | 1111001 | 0 | 101111 | 110100 | 0 | 110 | 1100011 | 1001010 |
Color Harmonies of #FE8679
Complementary color
Monochromatic Colors of #FE8679
Black with #FE8679
Text Example
Text Example
White with #FE8679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8679; }
p { color: rgb(254,134,121); }
H1.HeaderClassName
{
color: #FE8679;
}
.AnyTagClassName
{
color: #FE8679;
}
</style>
background-color css
<style>
a { background-color: #FE8679; }
a { background-color: rgb(254,134,121); }
div.DivClassName
{
background-color: #FE8679;
}
.BgClassName
{
background-color: #FE8679;
}
</style>
border-color css
<style>
span { border-color: #FE8679; }
span { border-color: rgb(254,134,121); }
td.TdClassName
{
border-color: #FE8679;
}
.TagClassName
{
border-color: #FE8679;
}
</style>