Shades of Salmon #FE7770
Tints of Salmon #FE7770
RGB
CMYK
RGB Variations
Color information
#FE7770 (or 0xFE7770) is known color: Salmon. HEX triplet: FE, 77 and 70. RGB value is (254,119,112). Sum of RGB (Red+Green+Blue) = 254+119+112=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7770 is #01888F. Grayscale: #9E9E9E. Windows color (decimal): -100496 or 7370750. OLE color: 7370750.
HSL color Cylindrical-coordinate representation of color #FE7770: hue angle of 2.96º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE7770 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 112 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.00 |
| HSL | 2.96º | 0.99% | 0.72% | - |
| HSV(B) | 2.96º | 0.56% | 1% | - |
| XYZ | 50.39 | 35.43 | 19.51 | - |
| YUV | 158.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 112 | 0 | 0.53 | 0.56 | 0.00 | 2.96 | 0.99 | 0.72 |
| Hex | FE | 77 | 70 | 0 | 35 | 38 | 0 | 3 | 63 | 48 |
| Octal | 376 | 167 | 160 | 0 | 65 | 70 | 0 | 3 | 143 | 110 |
| Binary | 11111110 | 1110111 | 1110000 | 0 | 110101 | 111000 | 0 | 11 | 1100011 | 1001000 |
Color Harmonies of #FE7770
Complementary color
Monochromatic Colors of #FE7770
Black with #FE7770
Text Example
Text Example
White with #FE7770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7770; }
p { color: rgb(254,119,112); }
H1.HeaderClassName
{
color: #FE7770;
}
.AnyTagClassName
{
color: #FE7770;
}
</style>
background-color css
<style>
a { background-color: #FE7770; }
a { background-color: rgb(254,119,112); }
div.DivClassName
{
background-color: #FE7770;
}
.BgClassName
{
background-color: #FE7770;
}
</style>
border-color css
<style>
span { border-color: #FE7770; }
span { border-color: rgb(254,119,112); }
td.TdClassName
{
border-color: #FE7770;
}
.TagClassName
{
border-color: #FE7770;
}
</style>