Shades of Salmon #FE876D
Tints of Salmon #FE876D
RGB
CMYK
RGB Variations
Color information
#FE876D (or 0xFE876D) is known color: Salmon. HEX triplet: FE, 87 and 6D. RGB value is (254,135,109). Sum of RGB (Red+Green+Blue) = 254+135+109=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE876D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE876D is #017892. Grayscale: #A7A7A7. Windows color (decimal): -96403 or 7178238. OLE color: 7178238.
HSL color Cylindrical-coordinate representation of color #FE876D: hue angle of 10.76º 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 #FE876D is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 109 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.00 |
| HSL | 10.76º | 0.99% | 0.71% | - |
| HSV(B) | 10.76º | 0.57% | 1% | - |
| XYZ | 52.3 | 39.5 | 19.34 | - |
| YUV | 167.62 | 94.92 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 109 | 0 | 0.47 | 0.57 | 0.00 | 10.76 | 0.99 | 0.71 |
| Hex | FE | 87 | 6D | 0 | 2F | 39 | 0 | B | 63 | 47 |
| Octal | 376 | 207 | 155 | 0 | 57 | 71 | 0 | 13 | 143 | 107 |
| Binary | 11111110 | 10000111 | 1101101 | 0 | 101111 | 111001 | 0 | 1011 | 1100011 | 1000111 |
Color Harmonies of #FE876D
Complementary color
Monochromatic Colors of #FE876D
Black with #FE876D
Text Example
Text Example
White with #FE876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE876D; }
p { color: rgb(254,135,109); }
H1.HeaderClassName
{
color: #FE876D;
}
.AnyTagClassName
{
color: #FE876D;
}
</style>
background-color css
<style>
a { background-color: #FE876D; }
a { background-color: rgb(254,135,109); }
div.DivClassName
{
background-color: #FE876D;
}
.BgClassName
{
background-color: #FE876D;
}
</style>
border-color css
<style>
span { border-color: #FE876D; }
span { border-color: rgb(254,135,109); }
td.TdClassName
{
border-color: #FE876D;
}
.TagClassName
{
border-color: #FE876D;
}
</style>