Shades of Salmon #FE886F
Tints of Salmon #FE886F
RGB
CMYK
RGB Variations
Color information
#FE886F (or 0xFE886F) is known color: Salmon. HEX triplet: FE, 88 and 6F. RGB value is (254,136,111). Sum of RGB (Red+Green+Blue) = 254+136+111=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE886F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE886F is #017790. Grayscale: #A8A8A8. Windows color (decimal): -96145 or 7309566. OLE color: 7309566.
HSL color Cylindrical-coordinate representation of color #FE886F: hue angle of 10.49º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE886F is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 111 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.00 |
| HSL | 10.49º | 0.99% | 0.72% | - |
| HSV(B) | 10.49º | 0.56% | 1% | - |
| XYZ | 52.55 | 39.83 | 19.96 | - |
| YUV | 168.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 111 | 0 | 0.46 | 0.56 | 0.00 | 10.49 | 0.99 | 0.72 |
| Hex | FE | 88 | 6F | 0 | 2E | 38 | 0 | A | 63 | 48 |
| Octal | 376 | 210 | 157 | 0 | 56 | 70 | 0 | 12 | 143 | 110 |
| Binary | 11111110 | 10001000 | 1101111 | 0 | 101110 | 111000 | 0 | 1010 | 1100011 | 1001000 |
Color Harmonies of #FE886F
Complementary color
Monochromatic Colors of #FE886F
Black with #FE886F
Text Example
Text Example
White with #FE886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE886F; }
p { color: rgb(254,136,111); }
H1.HeaderClassName
{
color: #FE886F;
}
.AnyTagClassName
{
color: #FE886F;
}
</style>
background-color css
<style>
a { background-color: #FE886F; }
a { background-color: rgb(254,136,111); }
div.DivClassName
{
background-color: #FE886F;
}
.BgClassName
{
background-color: #FE886F;
}
</style>
border-color css
<style>
span { border-color: #FE886F; }
span { border-color: rgb(254,136,111); }
td.TdClassName
{
border-color: #FE886F;
}
.TagClassName
{
border-color: #FE886F;
}
</style>