Shades of Salmon #FE8277
Tints of Salmon #FE8277
RGB
CMYK
RGB Variations
Color information
#FE8277 (or 0xFE8277) is known color: Salmon. HEX triplet: FE, 82 and 77. RGB value is (254,130,119). Sum of RGB (Red+Green+Blue) = 254+130+119=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8277 is #017D88. Grayscale: #A5A5A5. Windows color (decimal): -97673 or 7832318. OLE color: 7832318.
HSL color Cylindrical-coordinate representation of color #FE8277: hue angle of 4.89º 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 #FE8277 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 119 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.00 |
| HSL | 4.89º | 0.99% | 0.73% | - |
| HSV(B) | 4.89º | 0.53% | 1% | - |
| XYZ | 52.19 | 38.37 | 22.11 | - |
| YUV | 165.82 | 101.58 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 119 | 0 | 0.49 | 0.53 | 0.00 | 4.89 | 0.99 | 0.73 |
| Hex | FE | 82 | 77 | 0 | 31 | 35 | 0 | 5 | 63 | 49 |
| Octal | 376 | 202 | 167 | 0 | 61 | 65 | 0 | 5 | 143 | 111 |
| Binary | 11111110 | 10000010 | 1110111 | 0 | 110001 | 110101 | 0 | 101 | 1100011 | 1001001 |
Color Harmonies of #FE8277
Complementary color
Monochromatic Colors of #FE8277
Black with #FE8277
Text Example
Text Example
White with #FE8277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8277; }
p { color: rgb(254,130,119); }
H1.HeaderClassName
{
color: #FE8277;
}
.AnyTagClassName
{
color: #FE8277;
}
</style>
background-color css
<style>
a { background-color: #FE8277; }
a { background-color: rgb(254,130,119); }
div.DivClassName
{
background-color: #FE8277;
}
.BgClassName
{
background-color: #FE8277;
}
</style>
border-color css
<style>
span { border-color: #FE8277; }
span { border-color: rgb(254,130,119); }
td.TdClassName
{
border-color: #FE8277;
}
.TagClassName
{
border-color: #FE8277;
}
</style>