Shades of Salmon #FE7C7A
Tints of Salmon #FE7C7A
RGB
CMYK
RGB Variations
Color information
#FE7C7A (or 0xFE7C7A) is known color: Salmon. HEX triplet: FE, 7C and 7A. RGB value is (254,124,122). Sum of RGB (Red+Green+Blue) = 254+124+122=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7C7A is #018385. Grayscale: #A2A2A2. Windows color (decimal): -99206 or 8027390. OLE color: 8027390.
HSL color Cylindrical-coordinate representation of color #FE7C7A: hue angle of 0.91º 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 #FE7C7A is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 122 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.00 |
| HSL | 0.91º | 0.99% | 0.74% | - |
| HSV(B) | 0.91º | 0.52% | 1% | - |
| XYZ | 51.59 | 36.89 | 22.81 | - |
| YUV | 162.64 | 105.07 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 122 | 0 | 0.51 | 0.52 | 0.00 | 0.91 | 0.99 | 0.74 |
| Hex | FE | 7C | 7A | 0 | 33 | 34 | 0 | 1 | 63 | 4A |
| Octal | 376 | 174 | 172 | 0 | 63 | 64 | 0 | 1 | 143 | 112 |
| Binary | 11111110 | 1111100 | 1111010 | 0 | 110011 | 110100 | 0 | 1 | 1100011 | 1001010 |
Color Harmonies of #FE7C7A
Complementary color
Monochromatic Colors of #FE7C7A
Black with #FE7C7A
Text Example
Text Example
White with #FE7C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C7A; }
p { color: rgb(254,124,122); }
H1.HeaderClassName
{
color: #FE7C7A;
}
.AnyTagClassName
{
color: #FE7C7A;
}
</style>
background-color css
<style>
a { background-color: #FE7C7A; }
a { background-color: rgb(254,124,122); }
div.DivClassName
{
background-color: #FE7C7A;
}
.BgClassName
{
background-color: #FE7C7A;
}
</style>
border-color css
<style>
span { border-color: #FE7C7A; }
span { border-color: rgb(254,124,122); }
td.TdClassName
{
border-color: #FE7C7A;
}
.TagClassName
{
border-color: #FE7C7A;
}
</style>