Shades of Salmon #FE8077
Tints of Salmon #FE8077
RGB
CMYK
RGB Variations
Color information
#FE8077 (or 0xFE8077) is known color: Salmon. HEX triplet: FE, 80 and 77. RGB value is (254,128,119). Sum of RGB (Red+Green+Blue) = 254+128+119=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8077 is #017F88. Grayscale: #A4A4A4. Windows color (decimal): -98185 or 7831806. OLE color: 7831806.
HSL color Cylindrical-coordinate representation of color #FE8077: hue angle of 4º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE8077 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 119 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.00 |
| HSL | 4º | 0.99% | 0.73% | - |
| HSV(B) | 4º | 0.53% | 1% | - |
| XYZ | 51.92 | 37.84 | 22.02 | - |
| YUV | 164.65 | 102.24 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 119 | 0 | 0.50 | 0.53 | 0.00 | 4 | 0.99 | 0.73 |
| Hex | FE | 80 | 77 | 0 | 32 | 35 | 0 | 4 | 63 | 49 |
| Octal | 376 | 200 | 167 | 0 | 62 | 65 | 0 | 4 | 143 | 111 |
| Binary | 11111110 | 10000000 | 1110111 | 0 | 110010 | 110101 | 0 | 100 | 1100011 | 1001001 |
Color Harmonies of #FE8077
Complementary color
Monochromatic Colors of #FE8077
Black with #FE8077
Text Example
Text Example
White with #FE8077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8077; }
p { color: rgb(254,128,119); }
H1.HeaderClassName
{
color: #FE8077;
}
.AnyTagClassName
{
color: #FE8077;
}
</style>
background-color css
<style>
a { background-color: #FE8077; }
a { background-color: rgb(254,128,119); }
div.DivClassName
{
background-color: #FE8077;
}
.BgClassName
{
background-color: #FE8077;
}
</style>
border-color css
<style>
span { border-color: #FE8077; }
span { border-color: rgb(254,128,119); }
td.TdClassName
{
border-color: #FE8077;
}
.TagClassName
{
border-color: #FE8077;
}
</style>