Shades of Salmon #FE8D6F
Tints of Salmon #FE8D6F
RGB
CMYK
RGB Variations
Color information
#FE8D6F (or 0xFE8D6F) is known color: Salmon. HEX triplet: FE, 8D and 6F. RGB value is (254,141,111). Sum of RGB (Red+Green+Blue) = 254+141+111=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D6F is #017290. Grayscale: #ABABAB. Windows color (decimal): -94865 or 7310846. OLE color: 7310846.
HSL color Cylindrical-coordinate representation of color #FE8D6F: hue angle of 12.59º 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 #FE8D6F is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 111 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.00 |
| HSL | 12.59º | 0.99% | 0.72% | - |
| HSV(B) | 12.59º | 0.56% | 1% | - |
| XYZ | 53.27 | 41.27 | 20.2 | - |
| YUV | 171.37 | 93.94 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 111 | 0 | 0.44 | 0.56 | 0.00 | 12.59 | 0.99 | 0.72 |
| Hex | FE | 8D | 6F | 0 | 2C | 38 | 0 | D | 63 | 48 |
| Octal | 376 | 215 | 157 | 0 | 54 | 70 | 0 | 15 | 143 | 110 |
| Binary | 11111110 | 10001101 | 1101111 | 0 | 101100 | 111000 | 0 | 1101 | 1100011 | 1001000 |
Color Harmonies of #FE8D6F
Complementary color
Monochromatic Colors of #FE8D6F
Black with #FE8D6F
Text Example
Text Example
White with #FE8D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D6F; }
p { color: rgb(254,141,111); }
H1.HeaderClassName
{
color: #FE8D6F;
}
.AnyTagClassName
{
color: #FE8D6F;
}
</style>
background-color css
<style>
a { background-color: #FE8D6F; }
a { background-color: rgb(254,141,111); }
div.DivClassName
{
background-color: #FE8D6F;
}
.BgClassName
{
background-color: #FE8D6F;
}
</style>
border-color css
<style>
span { border-color: #FE8D6F; }
span { border-color: rgb(254,141,111); }
td.TdClassName
{
border-color: #FE8D6F;
}
.TagClassName
{
border-color: #FE8D6F;
}
</style>