Shades of Salmon #FE736D
Tints of Salmon #FE736D
RGB
CMYK
RGB Variations
Color information
#FE736D (or 0xFE736D) is known color: Salmon. HEX triplet: FE, 73 and 6D. RGB value is (254,115,109). Sum of RGB (Red+Green+Blue) = 254+115+109=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE736D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE736D is #018C92. Grayscale: #9C9C9C. Windows color (decimal): -101523 or 7173118. OLE color: 7173118.
HSL color Cylindrical-coordinate representation of color #FE736D: hue angle of 2.48º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE736D is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 109 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.00 |
| HSL | 2.48º | 0.99% | 0.71% | - |
| HSV(B) | 2.48º | 0.57% | 1% | - |
| XYZ | 49.76 | 34.44 | 18.49 | - |
| YUV | 155.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 109 | 0 | 0.55 | 0.57 | 0.00 | 2.48 | 0.99 | 0.71 |
| Hex | FE | 73 | 6D | 0 | 37 | 39 | 0 | 2 | 63 | 47 |
| Octal | 376 | 163 | 155 | 0 | 67 | 71 | 0 | 2 | 143 | 107 |
| Binary | 11111110 | 1110011 | 1101101 | 0 | 110111 | 111001 | 0 | 10 | 1100011 | 1000111 |
Color Harmonies of #FE736D
Complementary color
Monochromatic Colors of #FE736D
Black with #FE736D
Text Example
Text Example
White with #FE736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE736D; }
p { color: rgb(254,115,109); }
H1.HeaderClassName
{
color: #FE736D;
}
.AnyTagClassName
{
color: #FE736D;
}
</style>
background-color css
<style>
a { background-color: #FE736D; }
a { background-color: rgb(254,115,109); }
div.DivClassName
{
background-color: #FE736D;
}
.BgClassName
{
background-color: #FE736D;
}
</style>
border-color css
<style>
span { border-color: #FE736D; }
span { border-color: rgb(254,115,109); }
td.TdClassName
{
border-color: #FE736D;
}
.TagClassName
{
border-color: #FE736D;
}
</style>