Shades of Salmon #FE866E
Tints of Salmon #FE866E
RGB
CMYK
RGB Variations
Color information
#FE866E (or 0xFE866E) is known color: Salmon. HEX triplet: FE, 86 and 6E. RGB value is (254,134,110). Sum of RGB (Red+Green+Blue) = 254+134+110=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE866E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE866E is #017991. Grayscale: #A7A7A7. Windows color (decimal): -96658 or 7243518. OLE color: 7243518.
HSL color Cylindrical-coordinate representation of color #FE866E: hue angle of 10º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE866E is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 110 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.00 |
| HSL | 10º | 0.99% | 0.71% | - |
| HSV(B) | 10º | 0.57% | 1% | - |
| XYZ | 52.21 | 39.25 | 19.58 | - |
| YUV | 167.14 | 95.76 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 110 | 0 | 0.47 | 0.57 | 0.00 | 10 | 0.99 | 0.71 |
| Hex | FE | 86 | 6E | 0 | 2F | 39 | 0 | A | 63 | 47 |
| Octal | 376 | 206 | 156 | 0 | 57 | 71 | 0 | 12 | 143 | 107 |
| Binary | 11111110 | 10000110 | 1101110 | 0 | 101111 | 111001 | 0 | 1010 | 1100011 | 1000111 |
Color Harmonies of #FE866E
Complementary color
Monochromatic Colors of #FE866E
Black with #FE866E
Text Example
Text Example
White with #FE866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE866E; }
p { color: rgb(254,134,110); }
H1.HeaderClassName
{
color: #FE866E;
}
.AnyTagClassName
{
color: #FE866E;
}
</style>
background-color css
<style>
a { background-color: #FE866E; }
a { background-color: rgb(254,134,110); }
div.DivClassName
{
background-color: #FE866E;
}
.BgClassName
{
background-color: #FE866E;
}
</style>
border-color css
<style>
span { border-color: #FE866E; }
span { border-color: rgb(254,134,110); }
td.TdClassName
{
border-color: #FE866E;
}
.TagClassName
{
border-color: #FE866E;
}
</style>