Shades of Salmon #FE796B
Tints of Salmon #FE796B
RGB
CMYK
RGB Variations
Color information
#FE796B (or 0xFE796B) is known color: Salmon. HEX triplet: FE, 79 and 6B. RGB value is (254,121,107). Sum of RGB (Red+Green+Blue) = 254+121+107=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE796B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE796B is #018694. Grayscale: #9F9F9F. Windows color (decimal): -99989 or 7043582. OLE color: 7043582.
HSL color Cylindrical-coordinate representation of color #FE796B: hue angle of 5.71º 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 #FE796B is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 107 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.00 |
| HSL | 5.71º | 0.99% | 0.71% | - |
| HSV(B) | 5.71º | 0.58% | 1% | - |
| XYZ | 50.36 | 35.81 | 18.17 | - |
| YUV | 159.17 | 98.56 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 107 | 0 | 0.52 | 0.58 | 0.00 | 5.71 | 0.99 | 0.71 |
| Hex | FE | 79 | 6B | 0 | 34 | 3A | 0 | 6 | 63 | 47 |
| Octal | 376 | 171 | 153 | 0 | 64 | 72 | 0 | 6 | 143 | 107 |
| Binary | 11111110 | 1111001 | 1101011 | 0 | 110100 | 111010 | 0 | 110 | 1100011 | 1000111 |
Color Harmonies of #FE796B
Complementary color
Monochromatic Colors of #FE796B
Black with #FE796B
Text Example
Text Example
White with #FE796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE796B; }
p { color: rgb(254,121,107); }
H1.HeaderClassName
{
color: #FE796B;
}
.AnyTagClassName
{
color: #FE796B;
}
</style>
background-color css
<style>
a { background-color: #FE796B; }
a { background-color: rgb(254,121,107); }
div.DivClassName
{
background-color: #FE796B;
}
.BgClassName
{
background-color: #FE796B;
}
</style>
border-color css
<style>
span { border-color: #FE796B; }
span { border-color: rgb(254,121,107); }
td.TdClassName
{
border-color: #FE796B;
}
.TagClassName
{
border-color: #FE796B;
}
</style>