Shades of Salmon #FE8677
Tints of Salmon #FE8677
RGB
CMYK
RGB Variations
Color information
#FE8677 (or 0xFE8677) is known color: Salmon. HEX triplet: FE, 86 and 77. RGB value is (254,134,119). Sum of RGB (Red+Green+Blue) = 254+134+119=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8677 is #017988. Grayscale: #A8A8A8. Windows color (decimal): -96649 or 7833342. OLE color: 7833342.
HSL color Cylindrical-coordinate representation of color #FE8677: hue angle of 6.67º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE8677 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 119 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.00 |
| HSL | 6.67º | 0.99% | 0.73% | - |
| HSV(B) | 6.67º | 0.53% | 1% | - |
| XYZ | 52.73 | 39.45 | 22.29 | - |
| YUV | 168.17 | 100.26 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 119 | 0 | 0.47 | 0.53 | 0.00 | 6.67 | 0.99 | 0.73 |
| Hex | FE | 86 | 77 | 0 | 2F | 35 | 0 | 7 | 63 | 49 |
| Octal | 376 | 206 | 167 | 0 | 57 | 65 | 0 | 7 | 143 | 111 |
| Binary | 11111110 | 10000110 | 1110111 | 0 | 101111 | 110101 | 0 | 111 | 1100011 | 1001001 |
Color Harmonies of #FE8677
Complementary color
Monochromatic Colors of #FE8677
Black with #FE8677
Text Example
Text Example
White with #FE8677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8677; }
p { color: rgb(254,134,119); }
H1.HeaderClassName
{
color: #FE8677;
}
.AnyTagClassName
{
color: #FE8677;
}
</style>
background-color css
<style>
a { background-color: #FE8677; }
a { background-color: rgb(254,134,119); }
div.DivClassName
{
background-color: #FE8677;
}
.BgClassName
{
background-color: #FE8677;
}
</style>
border-color css
<style>
span { border-color: #FE8677; }
span { border-color: rgb(254,134,119); }
td.TdClassName
{
border-color: #FE8677;
}
.TagClassName
{
border-color: #FE8677;
}
</style>