Shades of Salmon #FE8075
Tints of Salmon #FE8075
RGB
CMYK
RGB Variations
Color information
#FE8075 (or 0xFE8075) is known color: Salmon. HEX triplet: FE, 80 and 75. RGB value is (254,128,117). Sum of RGB (Red+Green+Blue) = 254+128+117=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8075 is #017F8A. Grayscale: #A4A4A4. Windows color (decimal): -98187 or 7700734. OLE color: 7700734.
HSL color Cylindrical-coordinate representation of color #FE8075: hue angle of 4.82º 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 #FE8075 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 117 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.00 |
| HSL | 4.82º | 0.99% | 0.73% | - |
| HSV(B) | 4.82º | 0.54% | 1% | - |
| XYZ | 51.8 | 37.79 | 21.39 | - |
| YUV | 164.42 | 101.24 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 117 | 0 | 0.50 | 0.54 | 0.00 | 4.82 | 0.99 | 0.73 |
| Hex | FE | 80 | 75 | 0 | 32 | 36 | 0 | 5 | 63 | 49 |
| Octal | 376 | 200 | 165 | 0 | 62 | 66 | 0 | 5 | 143 | 111 |
| Binary | 11111110 | 10000000 | 1110101 | 0 | 110010 | 110110 | 0 | 101 | 1100011 | 1001001 |
Color Harmonies of #FE8075
Complementary color
Monochromatic Colors of #FE8075
Black with #FE8075
Text Example
Text Example
White with #FE8075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8075; }
p { color: rgb(254,128,117); }
H1.HeaderClassName
{
color: #FE8075;
}
.AnyTagClassName
{
color: #FE8075;
}
</style>
background-color css
<style>
a { background-color: #FE8075; }
a { background-color: rgb(254,128,117); }
div.DivClassName
{
background-color: #FE8075;
}
.BgClassName
{
background-color: #FE8075;
}
</style>
border-color css
<style>
span { border-color: #FE8075; }
span { border-color: rgb(254,128,117); }
td.TdClassName
{
border-color: #FE8075;
}
.TagClassName
{
border-color: #FE8075;
}
</style>