Shades of Salmon #FE8070
Tints of Salmon #FE8070
RGB
CMYK
RGB Variations
Color information
#FE8070 (or 0xFE8070) is known color: Salmon. HEX triplet: FE, 80 and 70. RGB value is (254,128,112). Sum of RGB (Red+Green+Blue) = 254+128+112=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8070 is #017F8F. Grayscale: #A4A4A4. Windows color (decimal): -98192 or 7373054. OLE color: 7373054.
HSL color Cylindrical-coordinate representation of color #FE8070: hue angle of 6.76º 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 #FE8070 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 112 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.00 |
| HSL | 6.76º | 0.99% | 0.72% | - |
| HSV(B) | 6.76º | 0.56% | 1% | - |
| XYZ | 51.52 | 37.68 | 19.89 | - |
| YUV | 163.85 | 98.74 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 112 | 0 | 0.50 | 0.56 | 0.00 | 6.76 | 0.99 | 0.72 |
| Hex | FE | 80 | 70 | 0 | 32 | 38 | 0 | 7 | 63 | 48 |
| Octal | 376 | 200 | 160 | 0 | 62 | 70 | 0 | 7 | 143 | 110 |
| Binary | 11111110 | 10000000 | 1110000 | 0 | 110010 | 111000 | 0 | 111 | 1100011 | 1001000 |
Color Harmonies of #FE8070
Complementary color
Monochromatic Colors of #FE8070
Black with #FE8070
Text Example
Text Example
White with #FE8070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8070; }
p { color: rgb(254,128,112); }
H1.HeaderClassName
{
color: #FE8070;
}
.AnyTagClassName
{
color: #FE8070;
}
</style>
background-color css
<style>
a { background-color: #FE8070; }
a { background-color: rgb(254,128,112); }
div.DivClassName
{
background-color: #FE8070;
}
.BgClassName
{
background-color: #FE8070;
}
</style>
border-color css
<style>
span { border-color: #FE8070; }
span { border-color: rgb(254,128,112); }
td.TdClassName
{
border-color: #FE8070;
}
.TagClassName
{
border-color: #FE8070;
}
</style>