Shades of Salmon #FE8C73
Tints of Salmon #FE8C73
RGB
CMYK
RGB Variations
Color information
#FE8C73 (or 0xFE8C73) is known color: Salmon. HEX triplet: FE, 8C and 73. RGB value is (254,140,115). Sum of RGB (Red+Green+Blue) = 254+140+115=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C73 is #01738C. Grayscale: #ABABAB. Windows color (decimal): -95117 or 7572734. OLE color: 7572734.
HSL color Cylindrical-coordinate representation of color #FE8C73: hue angle of 10.79º 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 #FE8C73 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 115 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.00 |
| HSL | 10.79º | 0.99% | 0.72% | - |
| HSV(B) | 10.79º | 0.55% | 1% | - |
| XYZ | 53.35 | 41.06 | 21.33 | - |
| YUV | 171.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 115 | 0 | 0.45 | 0.55 | 0.00 | 10.79 | 0.99 | 0.72 |
| Hex | FE | 8C | 73 | 0 | 2D | 37 | 0 | B | 63 | 48 |
| Octal | 376 | 214 | 163 | 0 | 55 | 67 | 0 | 13 | 143 | 110 |
| Binary | 11111110 | 10001100 | 1110011 | 0 | 101101 | 110111 | 0 | 1011 | 1100011 | 1001000 |
Color Harmonies of #FE8C73
Complementary color
Monochromatic Colors of #FE8C73
Black with #FE8C73
Text Example
Text Example
White with #FE8C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C73; }
p { color: rgb(254,140,115); }
H1.HeaderClassName
{
color: #FE8C73;
}
.AnyTagClassName
{
color: #FE8C73;
}
</style>
background-color css
<style>
a { background-color: #FE8C73; }
a { background-color: rgb(254,140,115); }
div.DivClassName
{
background-color: #FE8C73;
}
.BgClassName
{
background-color: #FE8C73;
}
</style>
border-color css
<style>
span { border-color: #FE8C73; }
span { border-color: rgb(254,140,115); }
td.TdClassName
{
border-color: #FE8C73;
}
.TagClassName
{
border-color: #FE8C73;
}
</style>