Shades of Salmon #FE8073
Tints of Salmon #FE8073
RGB
CMYK
RGB Variations
Color information
#FE8073 (or 0xFE8073) is known color: Salmon. HEX triplet: FE, 80 and 73. RGB value is (254,128,115). Sum of RGB (Red+Green+Blue) = 254+128+115=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8073 is #017F8C. Grayscale: #A4A4A4. Windows color (decimal): -98189 or 7569662. OLE color: 7569662.
HSL color Cylindrical-coordinate representation of color #FE8073: hue angle of 5.61º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE8073 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 115 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.00 |
| HSL | 5.61º | 0.99% | 0.72% | - |
| HSV(B) | 5.61º | 0.55% | 1% | - |
| XYZ | 51.69 | 37.75 | 20.78 | - |
| YUV | 164.19 | 100.24 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 115 | 0 | 0.50 | 0.55 | 0.00 | 5.61 | 0.99 | 0.72 |
| Hex | FE | 80 | 73 | 0 | 32 | 37 | 0 | 6 | 63 | 48 |
| Octal | 376 | 200 | 163 | 0 | 62 | 67 | 0 | 6 | 143 | 110 |
| Binary | 11111110 | 10000000 | 1110011 | 0 | 110010 | 110111 | 0 | 110 | 1100011 | 1001000 |
Color Harmonies of #FE8073
Complementary color
Monochromatic Colors of #FE8073
Black with #FE8073
Text Example
Text Example
White with #FE8073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8073; }
p { color: rgb(254,128,115); }
H1.HeaderClassName
{
color: #FE8073;
}
.AnyTagClassName
{
color: #FE8073;
}
</style>
background-color css
<style>
a { background-color: #FE8073; }
a { background-color: rgb(254,128,115); }
div.DivClassName
{
background-color: #FE8073;
}
.BgClassName
{
background-color: #FE8073;
}
</style>
border-color css
<style>
span { border-color: #FE8073; }
span { border-color: rgb(254,128,115); }
td.TdClassName
{
border-color: #FE8073;
}
.TagClassName
{
border-color: #FE8073;
}
</style>