Shades of Salmon #FE877D
Tints of Salmon #FE877D
RGB
CMYK
RGB Variations
Color information
#FE877D (or 0xFE877D) is known color: Salmon. HEX triplet: FE, 87 and 7D. RGB value is (254,135,125). Sum of RGB (Red+Green+Blue) = 254+135+125=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE877D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE877D is #017882. Grayscale: #A9A9A9. Windows color (decimal): -96387 or 8226814. OLE color: 8226814.
HSL color Cylindrical-coordinate representation of color #FE877D: hue angle of 4.65º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE877D is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 125 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.00 |
| HSL | 4.65º | 0.98% | 0.74% | - |
| HSV(B) | 4.65º | 0.51% | 1% | - |
| XYZ | 53.24 | 39.88 | 24.29 | - |
| YUV | 169.44 | 102.92 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 125 | 0 | 0.47 | 0.51 | 0.00 | 4.65 | 0.98 | 0.74 |
| Hex | FE | 87 | 7D | 0 | 2F | 33 | 0 | 5 | 62 | 4A |
| Octal | 376 | 207 | 175 | 0 | 57 | 63 | 0 | 5 | 142 | 112 |
| Binary | 11111110 | 10000111 | 1111101 | 0 | 101111 | 110011 | 0 | 101 | 1100010 | 1001010 |
Color Harmonies of #FE877D
Complementary color
Monochromatic Colors of #FE877D
Black with #FE877D
Text Example
Text Example
White with #FE877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE877D; }
p { color: rgb(254,135,125); }
H1.HeaderClassName
{
color: #FE877D;
}
.AnyTagClassName
{
color: #FE877D;
}
</style>
background-color css
<style>
a { background-color: #FE877D; }
a { background-color: rgb(254,135,125); }
div.DivClassName
{
background-color: #FE877D;
}
.BgClassName
{
background-color: #FE877D;
}
</style>
border-color css
<style>
span { border-color: #FE877D; }
span { border-color: rgb(254,135,125); }
td.TdClassName
{
border-color: #FE877D;
}
.TagClassName
{
border-color: #FE877D;
}
</style>