Shades of Salmon #FE7871
Tints of Salmon #FE7871
RGB
CMYK
RGB Variations
Color information
#FE7871 (or 0xFE7871) is known color: Salmon. HEX triplet: FE, 78 and 71. RGB value is (254,120,113). Sum of RGB (Red+Green+Blue) = 254+120+113=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7871 is #01878E. Grayscale: #9F9F9F. Windows color (decimal): -100239 or 7436542. OLE color: 7436542.
HSL color Cylindrical-coordinate representation of color #FE7871: hue angle of 2.98º 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 #FE7871 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 113 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.00 |
| HSL | 2.98º | 0.99% | 0.72% | - |
| HSV(B) | 2.98º | 0.56% | 1% | - |
| XYZ | 50.57 | 35.7 | 19.85 | - |
| YUV | 159.27 | 101.89 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 113 | 0 | 0.53 | 0.56 | 0.00 | 2.98 | 0.99 | 0.72 |
| Hex | FE | 78 | 71 | 0 | 35 | 38 | 0 | 3 | 63 | 48 |
| Octal | 376 | 170 | 161 | 0 | 65 | 70 | 0 | 3 | 143 | 110 |
| Binary | 11111110 | 1111000 | 1110001 | 0 | 110101 | 111000 | 0 | 11 | 1100011 | 1001000 |
Color Harmonies of #FE7871
Complementary color
Monochromatic Colors of #FE7871
Black with #FE7871
Text Example
Text Example
White with #FE7871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7871; }
p { color: rgb(254,120,113); }
H1.HeaderClassName
{
color: #FE7871;
}
.AnyTagClassName
{
color: #FE7871;
}
</style>
background-color css
<style>
a { background-color: #FE7871; }
a { background-color: rgb(254,120,113); }
div.DivClassName
{
background-color: #FE7871;
}
.BgClassName
{
background-color: #FE7871;
}
</style>
border-color css
<style>
span { border-color: #FE7871; }
span { border-color: rgb(254,120,113); }
td.TdClassName
{
border-color: #FE7871;
}
.TagClassName
{
border-color: #FE7871;
}
</style>