Shades of Salmon #FE726F
Tints of Salmon #FE726F
RGB
CMYK
RGB Variations
Color information
#FE726F (or 0xFE726F) is known color: Salmon. HEX triplet: FE, 72 and 6F. RGB value is (254,114,111). Sum of RGB (Red+Green+Blue) = 254+114+111=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE726F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE726F is #018D90. Grayscale: #9B9B9B. Windows color (decimal): -101777 or 7303934. OLE color: 7303934.
HSL color Cylindrical-coordinate representation of color #FE726F: hue angle of 1.26º 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 #FE726F is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 111 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.00 |
| HSL | 1.26º | 0.99% | 0.72% | - |
| HSV(B) | 1.26º | 0.56% | 1% | - |
| XYZ | 49.76 | 34.25 | 19.03 | - |
| YUV | 155.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 111 | 0 | 0.55 | 0.56 | 0.00 | 1.26 | 0.99 | 0.72 |
| Hex | FE | 72 | 6F | 0 | 37 | 38 | 0 | 1 | 63 | 48 |
| Octal | 376 | 162 | 157 | 0 | 67 | 70 | 0 | 1 | 143 | 110 |
| Binary | 11111110 | 1110010 | 1101111 | 0 | 110111 | 111000 | 0 | 1 | 1100011 | 1001000 |
Color Harmonies of #FE726F
Complementary color
Monochromatic Colors of #FE726F
Black with #FE726F
Text Example
Text Example
White with #FE726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE726F; }
p { color: rgb(254,114,111); }
H1.HeaderClassName
{
color: #FE726F;
}
.AnyTagClassName
{
color: #FE726F;
}
</style>
background-color css
<style>
a { background-color: #FE726F; }
a { background-color: rgb(254,114,111); }
div.DivClassName
{
background-color: #FE726F;
}
.BgClassName
{
background-color: #FE726F;
}
</style>
border-color css
<style>
span { border-color: #FE726F; }
span { border-color: rgb(254,114,111); }
td.TdClassName
{
border-color: #FE726F;
}
.TagClassName
{
border-color: #FE726F;
}
</style>