Shades of Salmon #FE877A
Tints of Salmon #FE877A
RGB
CMYK
RGB Variations
Color information
#FE877A (or 0xFE877A) is known color: Salmon. HEX triplet: FE, 87 and 7A. RGB value is (254,135,122). Sum of RGB (Red+Green+Blue) = 254+135+122=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE877A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE877A is #017885. Grayscale: #A9A9A9. Windows color (decimal): -96390 or 8030206. OLE color: 8030206.
HSL color Cylindrical-coordinate representation of color #FE877A: hue angle of 5.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE877A is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 122 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.00 |
| HSL | 5.91º | 0.99% | 0.74% | - |
| HSV(B) | 5.91º | 0.52% | 1% | - |
| XYZ | 53.05 | 39.8 | 23.3 | - |
| YUV | 169.1 | 101.42 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 122 | 0 | 0.47 | 0.52 | 0.00 | 5.91 | 0.99 | 0.74 |
| Hex | FE | 87 | 7A | 0 | 2F | 34 | 0 | 6 | 63 | 4A |
| Octal | 376 | 207 | 172 | 0 | 57 | 64 | 0 | 6 | 143 | 112 |
| Binary | 11111110 | 10000111 | 1111010 | 0 | 101111 | 110100 | 0 | 110 | 1100011 | 1001010 |
Color Harmonies of #FE877A
Complementary color
Monochromatic Colors of #FE877A
Black with #FE877A
Text Example
Text Example
White with #FE877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE877A; }
p { color: rgb(254,135,122); }
H1.HeaderClassName
{
color: #FE877A;
}
.AnyTagClassName
{
color: #FE877A;
}
</style>
background-color css
<style>
a { background-color: #FE877A; }
a { background-color: rgb(254,135,122); }
div.DivClassName
{
background-color: #FE877A;
}
.BgClassName
{
background-color: #FE877A;
}
</style>
border-color css
<style>
span { border-color: #FE877A; }
span { border-color: rgb(254,135,122); }
td.TdClassName
{
border-color: #FE877A;
}
.TagClassName
{
border-color: #FE877A;
}
</style>