Shades of Salmon #FE8575
Tints of Salmon #FE8575
RGB
CMYK
RGB Variations
Color information
#FE8575 (or 0xFE8575) is known color: Salmon. HEX triplet: FE, 85 and 75. RGB value is (254,133,117). Sum of RGB (Red+Green+Blue) = 254+133+117=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8575 is #017A8A. Grayscale: #A7A7A7. Windows color (decimal): -96907 or 7702014. OLE color: 7702014.
HSL color Cylindrical-coordinate representation of color #FE8575: hue angle of 7.01º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE8575 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 117 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.00 |
| HSL | 7.01º | 0.99% | 0.73% | - |
| HSV(B) | 7.01º | 0.54% | 1% | - |
| XYZ | 52.47 | 39.13 | 21.62 | - |
| YUV | 167.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 117 | 0 | 0.48 | 0.54 | 0.00 | 7.01 | 0.99 | 0.73 |
| Hex | FE | 85 | 75 | 0 | 30 | 36 | 0 | 7 | 63 | 49 |
| Octal | 376 | 205 | 165 | 0 | 60 | 66 | 0 | 7 | 143 | 111 |
| Binary | 11111110 | 10000101 | 1110101 | 0 | 110000 | 110110 | 0 | 111 | 1100011 | 1001001 |
Color Harmonies of #FE8575
Complementary color
Monochromatic Colors of #FE8575
Black with #FE8575
Text Example
Text Example
White with #FE8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8575; }
p { color: rgb(254,133,117); }
H1.HeaderClassName
{
color: #FE8575;
}
.AnyTagClassName
{
color: #FE8575;
}
</style>
background-color css
<style>
a { background-color: #FE8575; }
a { background-color: rgb(254,133,117); }
div.DivClassName
{
background-color: #FE8575;
}
.BgClassName
{
background-color: #FE8575;
}
</style>
border-color css
<style>
span { border-color: #FE8575; }
span { border-color: rgb(254,133,117); }
td.TdClassName
{
border-color: #FE8575;
}
.TagClassName
{
border-color: #FE8575;
}
</style>