Shades of Salmon #FE8874
Tints of Salmon #FE8874
RGB
CMYK
RGB Variations
Color information
#FE8874 (or 0xFE8874) is known color: Salmon. HEX triplet: FE, 88 and 74. RGB value is (254,136,116). Sum of RGB (Red+Green+Blue) = 254+136+116=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8874 is #01778B. Grayscale: #A9A9A9. Windows color (decimal): -96140 or 7637246. OLE color: 7637246.
HSL color Cylindrical-coordinate representation of color #FE8874: hue angle of 8.7º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE8874 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 116 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.00 |
| HSL | 8.7º | 0.99% | 0.73% | - |
| HSV(B) | 8.7º | 0.54% | 1% | - |
| XYZ | 52.83 | 39.94 | 21.45 | - |
| YUV | 169 | 98.09 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 116 | 0 | 0.46 | 0.54 | 0.00 | 8.7 | 0.99 | 0.73 |
| Hex | FE | 88 | 74 | 0 | 2E | 36 | 0 | 9 | 63 | 49 |
| Octal | 376 | 210 | 164 | 0 | 56 | 66 | 0 | 11 | 143 | 111 |
| Binary | 11111110 | 10001000 | 1110100 | 0 | 101110 | 110110 | 0 | 1001 | 1100011 | 1001001 |
Color Harmonies of #FE8874
Complementary color
Monochromatic Colors of #FE8874
Black with #FE8874
Text Example
Text Example
White with #FE8874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8874; }
p { color: rgb(254,136,116); }
H1.HeaderClassName
{
color: #FE8874;
}
.AnyTagClassName
{
color: #FE8874;
}
</style>
background-color css
<style>
a { background-color: #FE8874; }
a { background-color: rgb(254,136,116); }
div.DivClassName
{
background-color: #FE8874;
}
.BgClassName
{
background-color: #FE8874;
}
</style>
border-color css
<style>
span { border-color: #FE8874; }
span { border-color: rgb(254,136,116); }
td.TdClassName
{
border-color: #FE8874;
}
.TagClassName
{
border-color: #FE8874;
}
</style>