Shades of Salmon #FE736F
Tints of Salmon #FE736F
RGB
CMYK
RGB Variations
Color information
#FE736F (or 0xFE736F) is known color: Salmon. HEX triplet: FE, 73 and 6F. RGB value is (254,115,111). Sum of RGB (Red+Green+Blue) = 254+115+111=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE736F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE736F is #018C90. Grayscale: #9C9C9C. Windows color (decimal): -101521 or 7304190. OLE color: 7304190.
HSL color Cylindrical-coordinate representation of color #FE736F: hue angle of 1.68º 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 #FE736F is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 111 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.00 |
| HSL | 1.68º | 0.99% | 0.72% | - |
| HSV(B) | 1.68º | 0.56% | 1% | - |
| XYZ | 49.87 | 34.48 | 19.07 | - |
| YUV | 156.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 111 | 0 | 0.55 | 0.56 | 0.00 | 1.68 | 0.99 | 0.72 |
| Hex | FE | 73 | 6F | 0 | 37 | 38 | 0 | 2 | 63 | 48 |
| Octal | 376 | 163 | 157 | 0 | 67 | 70 | 0 | 2 | 143 | 110 |
| Binary | 11111110 | 1110011 | 1101111 | 0 | 110111 | 111000 | 0 | 10 | 1100011 | 1001000 |
Color Harmonies of #FE736F
Complementary color
Monochromatic Colors of #FE736F
Black with #FE736F
Text Example
Text Example
White with #FE736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE736F; }
p { color: rgb(254,115,111); }
H1.HeaderClassName
{
color: #FE736F;
}
.AnyTagClassName
{
color: #FE736F;
}
</style>
background-color css
<style>
a { background-color: #FE736F; }
a { background-color: rgb(254,115,111); }
div.DivClassName
{
background-color: #FE736F;
}
.BgClassName
{
background-color: #FE736F;
}
</style>
border-color css
<style>
span { border-color: #FE736F; }
span { border-color: rgb(254,115,111); }
td.TdClassName
{
border-color: #FE736F;
}
.TagClassName
{
border-color: #FE736F;
}
</style>