Shades of Salmon #FE7C66
Tints of Salmon #FE7C66
RGB
CMYK
RGB Variations
Color information
#FE7C66 (or 0xFE7C66) is known color: Salmon. HEX triplet: FE, 7C and 66. RGB value is (254,124,102). Sum of RGB (Red+Green+Blue) = 254+124+102=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7C66 is #018399. Grayscale: #A0A0A0. Windows color (decimal): -99226 or 6716670. OLE color: 6716670.
HSL color Cylindrical-coordinate representation of color #FE7C66: hue angle of 8.68º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE7C66 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 102 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.00 |
| HSL | 8.68º | 0.99% | 0.7% | - |
| HSV(B) | 8.68º | 0.6% | 1% | - |
| XYZ | 50.48 | 36.45 | 16.94 | - |
| YUV | 160.36 | 95.07 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 102 | 0 | 0.51 | 0.60 | 0.00 | 8.68 | 0.99 | 0.7 |
| Hex | FE | 7C | 66 | 0 | 33 | 3C | 0 | 9 | 63 | 46 |
| Octal | 376 | 174 | 146 | 0 | 63 | 74 | 0 | 11 | 143 | 106 |
| Binary | 11111110 | 1111100 | 1100110 | 0 | 110011 | 111100 | 0 | 1001 | 1100011 | 1000110 |
Color Harmonies of #FE7C66
Complementary color
Monochromatic Colors of #FE7C66
Black with #FE7C66
Text Example
Text Example
White with #FE7C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C66; }
p { color: rgb(254,124,102); }
H1.HeaderClassName
{
color: #FE7C66;
}
.AnyTagClassName
{
color: #FE7C66;
}
</style>
background-color css
<style>
a { background-color: #FE7C66; }
a { background-color: rgb(254,124,102); }
div.DivClassName
{
background-color: #FE7C66;
}
.BgClassName
{
background-color: #FE7C66;
}
</style>
border-color css
<style>
span { border-color: #FE7C66; }
span { border-color: rgb(254,124,102); }
td.TdClassName
{
border-color: #FE7C66;
}
.TagClassName
{
border-color: #FE7C66;
}
</style>