Shades of Salmon #FE7B6C
Tints of Salmon #FE7B6C
RGB
CMYK
RGB Variations
Color information
#FE7B6C (or 0xFE7B6C) is known color: Salmon. HEX triplet: FE, 7B and 6C. RGB value is (254,123,108). Sum of RGB (Red+Green+Blue) = 254+123+108=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B6C is #018493. Grayscale: #A0A0A0. Windows color (decimal): -99476 or 7109630. OLE color: 7109630.
HSL color Cylindrical-coordinate representation of color #FE7B6C: hue angle of 6.16º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE7B6C is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 108 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.00 |
| HSL | 6.16º | 0.99% | 0.71% | - |
| HSV(B) | 6.16º | 0.57% | 1% | - |
| XYZ | 50.66 | 36.32 | 18.53 | - |
| YUV | 160.46 | 98.4 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 108 | 0 | 0.52 | 0.57 | 0.00 | 6.16 | 0.99 | 0.71 |
| Hex | FE | 7B | 6C | 0 | 34 | 39 | 0 | 6 | 63 | 47 |
| Octal | 376 | 173 | 154 | 0 | 64 | 71 | 0 | 6 | 143 | 107 |
| Binary | 11111110 | 1111011 | 1101100 | 0 | 110100 | 111001 | 0 | 110 | 1100011 | 1000111 |
Color Harmonies of #FE7B6C
Complementary color
Monochromatic Colors of #FE7B6C
Black with #FE7B6C
Text Example
Text Example
White with #FE7B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B6C; }
p { color: rgb(254,123,108); }
H1.HeaderClassName
{
color: #FE7B6C;
}
.AnyTagClassName
{
color: #FE7B6C;
}
</style>
background-color css
<style>
a { background-color: #FE7B6C; }
a { background-color: rgb(254,123,108); }
div.DivClassName
{
background-color: #FE7B6C;
}
.BgClassName
{
background-color: #FE7B6C;
}
</style>
border-color css
<style>
span { border-color: #FE7B6C; }
span { border-color: rgb(254,123,108); }
td.TdClassName
{
border-color: #FE7B6C;
}
.TagClassName
{
border-color: #FE7B6C;
}
</style>