Shades of Salmon #FE786A
Tints of Salmon #FE786A
RGB
CMYK
RGB Variations
Color information
#FE786A (or 0xFE786A) is known color: Salmon. HEX triplet: FE, 78 and 6A. RGB value is (254,120,106). Sum of RGB (Red+Green+Blue) = 254+120+106=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE786A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE786A is #018795. Grayscale: #9E9E9E. Windows color (decimal): -100246 or 6977790. OLE color: 6977790.
HSL color Cylindrical-coordinate representation of color #FE786A: hue angle of 5.68º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE786A is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 106 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.00 |
| HSL | 5.68º | 0.99% | 0.71% | - |
| HSV(B) | 5.68º | 0.58% | 1% | - |
| XYZ | 50.19 | 35.54 | 17.85 | - |
| YUV | 158.47 | 98.39 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 106 | 0 | 0.53 | 0.58 | 0.00 | 5.68 | 0.99 | 0.71 |
| Hex | FE | 78 | 6A | 0 | 35 | 3A | 0 | 6 | 63 | 47 |
| Octal | 376 | 170 | 152 | 0 | 65 | 72 | 0 | 6 | 143 | 107 |
| Binary | 11111110 | 1111000 | 1101010 | 0 | 110101 | 111010 | 0 | 110 | 1100011 | 1000111 |
Color Harmonies of #FE786A
Complementary color
Monochromatic Colors of #FE786A
Black with #FE786A
Text Example
Text Example
White with #FE786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE786A; }
p { color: rgb(254,120,106); }
H1.HeaderClassName
{
color: #FE786A;
}
.AnyTagClassName
{
color: #FE786A;
}
</style>
background-color css
<style>
a { background-color: #FE786A; }
a { background-color: rgb(254,120,106); }
div.DivClassName
{
background-color: #FE786A;
}
.BgClassName
{
background-color: #FE786A;
}
</style>
border-color css
<style>
span { border-color: #FE786A; }
span { border-color: rgb(254,120,106); }
td.TdClassName
{
border-color: #FE786A;
}
.TagClassName
{
border-color: #FE786A;
}
</style>