Shades of Salmon #FE8870
Tints of Salmon #FE8870
RGB
CMYK
RGB Variations
Color information
#FE8870 (or 0xFE8870) is known color: Salmon. HEX triplet: FE, 88 and 70. RGB value is (254,136,112). Sum of RGB (Red+Green+Blue) = 254+136+112=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8870 is #01778F. Grayscale: #A8A8A8. Windows color (decimal): -96144 or 7375102. OLE color: 7375102.
HSL color Cylindrical-coordinate representation of color #FE8870: hue angle of 10.14º 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 #FE8870 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 112 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.00 |
| HSL | 10.14º | 0.99% | 0.72% | - |
| HSV(B) | 10.14º | 0.56% | 1% | - |
| XYZ | 52.6 | 39.85 | 20.25 | - |
| YUV | 168.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 112 | 0 | 0.46 | 0.56 | 0.00 | 10.14 | 0.99 | 0.72 |
| Hex | FE | 88 | 70 | 0 | 2E | 38 | 0 | A | 63 | 48 |
| Octal | 376 | 210 | 160 | 0 | 56 | 70 | 0 | 12 | 143 | 110 |
| Binary | 11111110 | 10001000 | 1110000 | 0 | 101110 | 111000 | 0 | 1010 | 1100011 | 1001000 |
Color Harmonies of #FE8870
Complementary color
Monochromatic Colors of #FE8870
Black with #FE8870
Text Example
Text Example
White with #FE8870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8870; }
p { color: rgb(254,136,112); }
H1.HeaderClassName
{
color: #FE8870;
}
.AnyTagClassName
{
color: #FE8870;
}
</style>
background-color css
<style>
a { background-color: #FE8870; }
a { background-color: rgb(254,136,112); }
div.DivClassName
{
background-color: #FE8870;
}
.BgClassName
{
background-color: #FE8870;
}
</style>
border-color css
<style>
span { border-color: #FE8870; }
span { border-color: rgb(254,136,112); }
td.TdClassName
{
border-color: #FE8870;
}
.TagClassName
{
border-color: #FE8870;
}
</style>