Shades of Salmon #FE8C7A
Tints of Salmon #FE8C7A
RGB
CMYK
RGB Variations
Color information
#FE8C7A (or 0xFE8C7A) is known color: Salmon. HEX triplet: FE, 8C and 7A. RGB value is (254,140,122). Sum of RGB (Red+Green+Blue) = 254+140+122=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C7A is #017385. Grayscale: #ACACAC. Windows color (decimal): -95110 or 8031486. OLE color: 8031486.
HSL color Cylindrical-coordinate representation of color #FE8C7A: hue angle of 8.18º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE8C7A is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 122 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.00 |
| HSL | 8.18º | 0.99% | 0.74% | - |
| HSV(B) | 8.18º | 0.52% | 1% | - |
| XYZ | 53.76 | 41.23 | 23.54 | - |
| YUV | 172.03 | 99.77 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 122 | 0 | 0.45 | 0.52 | 0.00 | 8.18 | 0.99 | 0.74 |
| Hex | FE | 8C | 7A | 0 | 2D | 34 | 0 | 8 | 63 | 4A |
| Octal | 376 | 214 | 172 | 0 | 55 | 64 | 0 | 10 | 143 | 112 |
| Binary | 11111110 | 10001100 | 1111010 | 0 | 101101 | 110100 | 0 | 1000 | 1100011 | 1001010 |
Color Harmonies of #FE8C7A
Complementary color
Monochromatic Colors of #FE8C7A
Black with #FE8C7A
Text Example
Text Example
White with #FE8C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C7A; }
p { color: rgb(254,140,122); }
H1.HeaderClassName
{
color: #FE8C7A;
}
.AnyTagClassName
{
color: #FE8C7A;
}
</style>
background-color css
<style>
a { background-color: #FE8C7A; }
a { background-color: rgb(254,140,122); }
div.DivClassName
{
background-color: #FE8C7A;
}
.BgClassName
{
background-color: #FE8C7A;
}
</style>
border-color css
<style>
span { border-color: #FE8C7A; }
span { border-color: rgb(254,140,122); }
td.TdClassName
{
border-color: #FE8C7A;
}
.TagClassName
{
border-color: #FE8C7A;
}
</style>