Shades of Salmon #FE786E
Tints of Salmon #FE786E
RGB
CMYK
RGB Variations
Color information
#FE786E (or 0xFE786E) is known color: Salmon. HEX triplet: FE, 78 and 6E. RGB value is (254,120,110). Sum of RGB (Red+Green+Blue) = 254+120+110=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE786E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE786E is #018791. Grayscale: #9F9F9F. Windows color (decimal): -100242 or 7239934. OLE color: 7239934.
HSL color Cylindrical-coordinate representation of color #FE786E: hue angle of 4.17º 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 #FE786E is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 110 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.00 |
| HSL | 4.17º | 0.99% | 0.71% | - |
| HSV(B) | 4.17º | 0.57% | 1% | - |
| XYZ | 50.4 | 35.63 | 18.97 | - |
| YUV | 158.93 | 100.39 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 110 | 0 | 0.53 | 0.57 | 0.00 | 4.17 | 0.99 | 0.71 |
| Hex | FE | 78 | 6E | 0 | 35 | 39 | 0 | 4 | 63 | 47 |
| Octal | 376 | 170 | 156 | 0 | 65 | 71 | 0 | 4 | 143 | 107 |
| Binary | 11111110 | 1111000 | 1101110 | 0 | 110101 | 111001 | 0 | 100 | 1100011 | 1000111 |
Color Harmonies of #FE786E
Complementary color
Monochromatic Colors of #FE786E
Black with #FE786E
Text Example
Text Example
White with #FE786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE786E; }
p { color: rgb(254,120,110); }
H1.HeaderClassName
{
color: #FE786E;
}
.AnyTagClassName
{
color: #FE786E;
}
</style>
background-color css
<style>
a { background-color: #FE786E; }
a { background-color: rgb(254,120,110); }
div.DivClassName
{
background-color: #FE786E;
}
.BgClassName
{
background-color: #FE786E;
}
</style>
border-color css
<style>
span { border-color: #FE786E; }
span { border-color: rgb(254,120,110); }
td.TdClassName
{
border-color: #FE786E;
}
.TagClassName
{
border-color: #FE786E;
}
</style>