Shades of Salmon #FE786C
Tints of Salmon #FE786C
RGB
CMYK
RGB Variations
Color information
#FE786C (or 0xFE786C) is known color: Salmon. HEX triplet: FE, 78 and 6C. RGB value is (254,120,108). Sum of RGB (Red+Green+Blue) = 254+120+108=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE786C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE786C is #018793. Grayscale: #9E9E9E. Windows color (decimal): -100244 or 7108862. OLE color: 7108862.
HSL color Cylindrical-coordinate representation of color #FE786C: hue angle of 4.93º 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 #FE786C is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 108 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.00 |
| HSL | 4.93º | 0.99% | 0.71% | - |
| HSV(B) | 4.93º | 0.57% | 1% | - |
| XYZ | 50.3 | 35.59 | 18.41 | - |
| YUV | 158.7 | 99.39 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 108 | 0 | 0.53 | 0.57 | 0.00 | 4.93 | 0.99 | 0.71 |
| Hex | FE | 78 | 6C | 0 | 35 | 39 | 0 | 5 | 63 | 47 |
| Octal | 376 | 170 | 154 | 0 | 65 | 71 | 0 | 5 | 143 | 107 |
| Binary | 11111110 | 1111000 | 1101100 | 0 | 110101 | 111001 | 0 | 101 | 1100011 | 1000111 |
Color Harmonies of #FE786C
Complementary color
Monochromatic Colors of #FE786C
Black with #FE786C
Text Example
Text Example
White with #FE786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE786C; }
p { color: rgb(254,120,108); }
H1.HeaderClassName
{
color: #FE786C;
}
.AnyTagClassName
{
color: #FE786C;
}
</style>
background-color css
<style>
a { background-color: #FE786C; }
a { background-color: rgb(254,120,108); }
div.DivClassName
{
background-color: #FE786C;
}
.BgClassName
{
background-color: #FE786C;
}
</style>
border-color css
<style>
span { border-color: #FE786C; }
span { border-color: rgb(254,120,108); }
td.TdClassName
{
border-color: #FE786C;
}
.TagClassName
{
border-color: #FE786C;
}
</style>