Shades of Salmon #FE8071
Tints of Salmon #FE8071
RGB
CMYK
RGB Variations
Color information
#FE8071 (or 0xFE8071) is known color: Salmon. HEX triplet: FE, 80 and 71. RGB value is (254,128,113). Sum of RGB (Red+Green+Blue) = 254+128+113=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8071 is #017F8E. Grayscale: #A4A4A4. Windows color (decimal): -98191 or 7438590. OLE color: 7438590.
HSL color Cylindrical-coordinate representation of color #FE8071: hue angle of 6.38º 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 #FE8071 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 113 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.00 |
| HSL | 6.38º | 0.99% | 0.72% | - |
| HSV(B) | 6.38º | 0.56% | 1% | - |
| XYZ | 51.57 | 37.7 | 20.18 | - |
| YUV | 163.96 | 99.24 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 113 | 0 | 0.50 | 0.56 | 0.00 | 6.38 | 0.99 | 0.72 |
| Hex | FE | 80 | 71 | 0 | 32 | 38 | 0 | 6 | 63 | 48 |
| Octal | 376 | 200 | 161 | 0 | 62 | 70 | 0 | 6 | 143 | 110 |
| Binary | 11111110 | 10000000 | 1110001 | 0 | 110010 | 111000 | 0 | 110 | 1100011 | 1001000 |
Color Harmonies of #FE8071
Complementary color
Monochromatic Colors of #FE8071
Black with #FE8071
Text Example
Text Example
White with #FE8071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8071; }
p { color: rgb(254,128,113); }
H1.HeaderClassName
{
color: #FE8071;
}
.AnyTagClassName
{
color: #FE8071;
}
</style>
background-color css
<style>
a { background-color: #FE8071; }
a { background-color: rgb(254,128,113); }
div.DivClassName
{
background-color: #FE8071;
}
.BgClassName
{
background-color: #FE8071;
}
</style>
border-color css
<style>
span { border-color: #FE8071; }
span { border-color: rgb(254,128,113); }
td.TdClassName
{
border-color: #FE8071;
}
.TagClassName
{
border-color: #FE8071;
}
</style>