Shades of Salmon #FE796F
Tints of Salmon #FE796F
RGB
CMYK
RGB Variations
Color information
#FE796F (or 0xFE796F) is known color: Salmon. HEX triplet: FE, 79 and 6F. RGB value is (254,121,111). Sum of RGB (Red+Green+Blue) = 254+121+111=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE796F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE796F is #018690. Grayscale: #9F9F9F. Windows color (decimal): -99985 or 7305726. OLE color: 7305726.
HSL color Cylindrical-coordinate representation of color #FE796F: hue angle of 4.2º 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 #FE796F is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 111 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.00 |
| HSL | 4.2º | 0.99% | 0.72% | - |
| HSV(B) | 4.2º | 0.56% | 1% | - |
| XYZ | 50.58 | 35.89 | 19.3 | - |
| YUV | 159.63 | 100.56 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 111 | 0 | 0.52 | 0.56 | 0.00 | 4.2 | 0.99 | 0.72 |
| Hex | FE | 79 | 6F | 0 | 34 | 38 | 0 | 4 | 63 | 48 |
| Octal | 376 | 171 | 157 | 0 | 64 | 70 | 0 | 4 | 143 | 110 |
| Binary | 11111110 | 1111001 | 1101111 | 0 | 110100 | 111000 | 0 | 100 | 1100011 | 1001000 |
Color Harmonies of #FE796F
Complementary color
Monochromatic Colors of #FE796F
Black with #FE796F
Text Example
Text Example
White with #FE796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE796F; }
p { color: rgb(254,121,111); }
H1.HeaderClassName
{
color: #FE796F;
}
.AnyTagClassName
{
color: #FE796F;
}
</style>
background-color css
<style>
a { background-color: #FE796F; }
a { background-color: rgb(254,121,111); }
div.DivClassName
{
background-color: #FE796F;
}
.BgClassName
{
background-color: #FE796F;
}
</style>
border-color css
<style>
span { border-color: #FE796F; }
span { border-color: rgb(254,121,111); }
td.TdClassName
{
border-color: #FE796F;
}
.TagClassName
{
border-color: #FE796F;
}
</style>