Shades of Salmon #FE8C74
Tints of Salmon #FE8C74
RGB
CMYK
RGB Variations
Color information
#FE8C74 (or 0xFE8C74) is known color: Salmon. HEX triplet: FE, 8C and 74. RGB value is (254,140,116). Sum of RGB (Red+Green+Blue) = 254+140+116=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C74 is #01738B. Grayscale: #ABABAB. Windows color (decimal): -95116 or 7638270. OLE color: 7638270.
HSL color Cylindrical-coordinate representation of color #FE8C74: hue angle of 10.43º 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 #FE8C74 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 116 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.00 |
| HSL | 10.43º | 0.99% | 0.73% | - |
| HSV(B) | 10.43º | 0.54% | 1% | - |
| XYZ | 53.4 | 41.09 | 21.64 | - |
| YUV | 171.35 | 96.77 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 116 | 0 | 0.45 | 0.54 | 0.00 | 10.43 | 0.99 | 0.73 |
| Hex | FE | 8C | 74 | 0 | 2D | 36 | 0 | A | 63 | 49 |
| Octal | 376 | 214 | 164 | 0 | 55 | 66 | 0 | 12 | 143 | 111 |
| Binary | 11111110 | 10001100 | 1110100 | 0 | 101101 | 110110 | 0 | 1010 | 1100011 | 1001001 |
Color Harmonies of #FE8C74
Complementary color
Monochromatic Colors of #FE8C74
Black with #FE8C74
Text Example
Text Example
White with #FE8C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C74; }
p { color: rgb(254,140,116); }
H1.HeaderClassName
{
color: #FE8C74;
}
.AnyTagClassName
{
color: #FE8C74;
}
</style>
background-color css
<style>
a { background-color: #FE8C74; }
a { background-color: rgb(254,140,116); }
div.DivClassName
{
background-color: #FE8C74;
}
.BgClassName
{
background-color: #FE8C74;
}
</style>
border-color css
<style>
span { border-color: #FE8C74; }
span { border-color: rgb(254,140,116); }
td.TdClassName
{
border-color: #FE8C74;
}
.TagClassName
{
border-color: #FE8C74;
}
</style>