Shades of Salmon #FE8676
Tints of Salmon #FE8676
RGB
CMYK
RGB Variations
Color information
#FE8676 (or 0xFE8676) is known color: Salmon. HEX triplet: FE, 86 and 76. RGB value is (254,134,118). Sum of RGB (Red+Green+Blue) = 254+134+118=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8676 is #017989. Grayscale: #A8A8A8. Windows color (decimal): -96650 or 7767806. OLE color: 7767806.
HSL color Cylindrical-coordinate representation of color #FE8676: hue angle of 7.06º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE8676 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 118 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.00 |
| HSL | 7.06º | 0.99% | 0.73% | - |
| HSV(B) | 7.06º | 0.54% | 1% | - |
| XYZ | 52.67 | 39.43 | 21.97 | - |
| YUV | 168.06 | 99.76 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 118 | 0 | 0.47 | 0.54 | 0.00 | 7.06 | 0.99 | 0.73 |
| Hex | FE | 86 | 76 | 0 | 2F | 36 | 0 | 7 | 63 | 49 |
| Octal | 376 | 206 | 166 | 0 | 57 | 66 | 0 | 7 | 143 | 111 |
| Binary | 11111110 | 10000110 | 1110110 | 0 | 101111 | 110110 | 0 | 111 | 1100011 | 1001001 |
Color Harmonies of #FE8676
Complementary color
Monochromatic Colors of #FE8676
Black with #FE8676
Text Example
Text Example
White with #FE8676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8676; }
p { color: rgb(254,134,118); }
H1.HeaderClassName
{
color: #FE8676;
}
.AnyTagClassName
{
color: #FE8676;
}
</style>
background-color css
<style>
a { background-color: #FE8676; }
a { background-color: rgb(254,134,118); }
div.DivClassName
{
background-color: #FE8676;
}
.BgClassName
{
background-color: #FE8676;
}
</style>
border-color css
<style>
span { border-color: #FE8676; }
span { border-color: rgb(254,134,118); }
td.TdClassName
{
border-color: #FE8676;
}
.TagClassName
{
border-color: #FE8676;
}
</style>