Shades of Salmon #FE7B6F
Tints of Salmon #FE7B6F
RGB
CMYK
RGB Variations
Color information
#FE7B6F (or 0xFE7B6F) is known color: Salmon. HEX triplet: FE, 7B and 6F. RGB value is (254,123,111). Sum of RGB (Red+Green+Blue) = 254+123+111=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B6F is #018490. Grayscale: #A0A0A0. Windows color (decimal): -99473 or 7306238. OLE color: 7306238.
HSL color Cylindrical-coordinate representation of color #FE7B6F: hue angle of 5.03º 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 #FE7B6F is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 111 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.00 |
| HSL | 5.03º | 0.99% | 0.72% | - |
| HSV(B) | 5.03º | 0.56% | 1% | - |
| XYZ | 50.83 | 36.38 | 19.38 | - |
| YUV | 160.8 | 99.9 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 111 | 0 | 0.52 | 0.56 | 0.00 | 5.03 | 0.99 | 0.72 |
| Hex | FE | 7B | 6F | 0 | 34 | 38 | 0 | 5 | 63 | 48 |
| Octal | 376 | 173 | 157 | 0 | 64 | 70 | 0 | 5 | 143 | 110 |
| Binary | 11111110 | 1111011 | 1101111 | 0 | 110100 | 111000 | 0 | 101 | 1100011 | 1001000 |
Color Harmonies of #FE7B6F
Complementary color
Monochromatic Colors of #FE7B6F
Black with #FE7B6F
Text Example
Text Example
White with #FE7B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B6F; }
p { color: rgb(254,123,111); }
H1.HeaderClassName
{
color: #FE7B6F;
}
.AnyTagClassName
{
color: #FE7B6F;
}
</style>
background-color css
<style>
a { background-color: #FE7B6F; }
a { background-color: rgb(254,123,111); }
div.DivClassName
{
background-color: #FE7B6F;
}
.BgClassName
{
background-color: #FE7B6F;
}
</style>
border-color css
<style>
span { border-color: #FE7B6F; }
span { border-color: rgb(254,123,111); }
td.TdClassName
{
border-color: #FE7B6F;
}
.TagClassName
{
border-color: #FE7B6F;
}
</style>