Shades of Salmon #FE856F
Tints of Salmon #FE856F
RGB
CMYK
RGB Variations
Color information
#FE856F (or 0xFE856F) is known color: Salmon. HEX triplet: FE, 85 and 6F. RGB value is (254,133,111). Sum of RGB (Red+Green+Blue) = 254+133+111=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE856F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE856F is #017A90. Grayscale: #A6A6A6. Windows color (decimal): -96913 or 7308798. OLE color: 7308798.
HSL color Cylindrical-coordinate representation of color #FE856F: hue angle of 9.23º 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 #FE856F is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 111 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.00 |
| HSL | 9.23º | 0.99% | 0.72% | - |
| HSV(B) | 9.23º | 0.56% | 1% | - |
| XYZ | 52.13 | 38.99 | 19.82 | - |
| YUV | 166.67 | 96.59 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 111 | 0 | 0.48 | 0.56 | 0.00 | 9.23 | 0.99 | 0.72 |
| Hex | FE | 85 | 6F | 0 | 30 | 38 | 0 | 9 | 63 | 48 |
| Octal | 376 | 205 | 157 | 0 | 60 | 70 | 0 | 11 | 143 | 110 |
| Binary | 11111110 | 10000101 | 1101111 | 0 | 110000 | 111000 | 0 | 1001 | 1100011 | 1001000 |
Color Harmonies of #FE856F
Complementary color
Monochromatic Colors of #FE856F
Black with #FE856F
Text Example
Text Example
White with #FE856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE856F; }
p { color: rgb(254,133,111); }
H1.HeaderClassName
{
color: #FE856F;
}
.AnyTagClassName
{
color: #FE856F;
}
</style>
background-color css
<style>
a { background-color: #FE856F; }
a { background-color: rgb(254,133,111); }
div.DivClassName
{
background-color: #FE856F;
}
.BgClassName
{
background-color: #FE856F;
}
</style>
border-color css
<style>
span { border-color: #FE856F; }
span { border-color: rgb(254,133,111); }
td.TdClassName
{
border-color: #FE856F;
}
.TagClassName
{
border-color: #FE856F;
}
</style>