Shades of Salmon #FE7C7B
Tints of Salmon #FE7C7B
RGB
CMYK
RGB Variations
Color information
#FE7C7B (or 0xFE7C7B) is known color: Salmon. HEX triplet: FE, 7C and 7B. RGB value is (254,124,123). Sum of RGB (Red+Green+Blue) = 254+124+123=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7C7B is #018384. Grayscale: #A2A2A2. Windows color (decimal): -99205 or 8092926. OLE color: 8092926.
HSL color Cylindrical-coordinate representation of color #FE7C7B: hue angle of 0.46º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7C7B is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 123 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.00 |
| HSL | 0.46º | 0.98% | 0.74% | - |
| HSV(B) | 0.46º | 0.52% | 1% | - |
| XYZ | 51.66 | 36.92 | 23.14 | - |
| YUV | 162.76 | 105.57 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 123 | 0 | 0.51 | 0.52 | 0.00 | 0.46 | 0.98 | 0.74 |
| Hex | FE | 7C | 7B | 0 | 33 | 34 | 0 | 0 | 62 | 4A |
| Octal | 376 | 174 | 173 | 0 | 63 | 64 | 0 | 0 | 142 | 112 |
| Binary | 11111110 | 1111100 | 1111011 | 0 | 110011 | 110100 | 0 | 0 | 1100010 | 1001010 |
Color Harmonies of #FE7C7B
Complementary color
Monochromatic Colors of #FE7C7B
Black with #FE7C7B
Text Example
Text Example
White with #FE7C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C7B; }
p { color: rgb(254,124,123); }
H1.HeaderClassName
{
color: #FE7C7B;
}
.AnyTagClassName
{
color: #FE7C7B;
}
</style>
background-color css
<style>
a { background-color: #FE7C7B; }
a { background-color: rgb(254,124,123); }
div.DivClassName
{
background-color: #FE7C7B;
}
.BgClassName
{
background-color: #FE7C7B;
}
</style>
border-color css
<style>
span { border-color: #FE7C7B; }
span { border-color: rgb(254,124,123); }
td.TdClassName
{
border-color: #FE7C7B;
}
.TagClassName
{
border-color: #FE7C7B;
}
</style>