Shades of Salmon #FE8078
Tints of Salmon #FE8078
RGB
CMYK
RGB Variations
Color information
#FE8078 (or 0xFE8078) is known color: Salmon. HEX triplet: FE, 80 and 78. RGB value is (254,128,120). Sum of RGB (Red+Green+Blue) = 254+128+120=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8078 is #017F87. Grayscale: #A4A4A4. Windows color (decimal): -98184 or 7897342. OLE color: 7897342.
HSL color Cylindrical-coordinate representation of color #FE8078: hue angle of 3.58º 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 #FE8078 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 120 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.00 |
| HSL | 3.58º | 0.99% | 0.73% | - |
| HSV(B) | 3.58º | 0.53% | 1% | - |
| XYZ | 51.98 | 37.87 | 22.34 | - |
| YUV | 164.76 | 102.74 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 120 | 0 | 0.50 | 0.53 | 0.00 | 3.58 | 0.99 | 0.73 |
| Hex | FE | 80 | 78 | 0 | 32 | 35 | 0 | 4 | 63 | 49 |
| Octal | 376 | 200 | 170 | 0 | 62 | 65 | 0 | 4 | 143 | 111 |
| Binary | 11111110 | 10000000 | 1111000 | 0 | 110010 | 110101 | 0 | 100 | 1100011 | 1001001 |
Color Harmonies of #FE8078
Complementary color
Monochromatic Colors of #FE8078
Black with #FE8078
Text Example
Text Example
White with #FE8078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8078; }
p { color: rgb(254,128,120); }
H1.HeaderClassName
{
color: #FE8078;
}
.AnyTagClassName
{
color: #FE8078;
}
</style>
background-color css
<style>
a { background-color: #FE8078; }
a { background-color: rgb(254,128,120); }
div.DivClassName
{
background-color: #FE8078;
}
.BgClassName
{
background-color: #FE8078;
}
</style>
border-color css
<style>
span { border-color: #FE8078; }
span { border-color: rgb(254,128,120); }
td.TdClassName
{
border-color: #FE8078;
}
.TagClassName
{
border-color: #FE8078;
}
</style>