Shades of Salmon #FE816F
Tints of Salmon #FE816F
RGB
CMYK
RGB Variations
Color information
#FE816F (or 0xFE816F) is known color: Salmon. HEX triplet: FE, 81 and 6F. RGB value is (254,129,111). Sum of RGB (Red+Green+Blue) = 254+129+111=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE816F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE816F is #017E90. Grayscale: #A4A4A4. Windows color (decimal): -97937 or 7307774. OLE color: 7307774.
HSL color Cylindrical-coordinate representation of color #FE816F: hue angle of 7.55º 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 #FE816F is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 111 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.00 |
| HSL | 7.55º | 0.99% | 0.72% | - |
| HSV(B) | 7.55º | 0.56% | 1% | - |
| XYZ | 51.59 | 37.92 | 19.64 | - |
| YUV | 164.32 | 97.91 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 111 | 0 | 0.49 | 0.56 | 0.00 | 7.55 | 0.99 | 0.72 |
| Hex | FE | 81 | 6F | 0 | 31 | 38 | 0 | 8 | 63 | 48 |
| Octal | 376 | 201 | 157 | 0 | 61 | 70 | 0 | 10 | 143 | 110 |
| Binary | 11111110 | 10000001 | 1101111 | 0 | 110001 | 111000 | 0 | 1000 | 1100011 | 1001000 |
Color Harmonies of #FE816F
Complementary color
Monochromatic Colors of #FE816F
Black with #FE816F
Text Example
Text Example
White with #FE816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE816F; }
p { color: rgb(254,129,111); }
H1.HeaderClassName
{
color: #FE816F;
}
.AnyTagClassName
{
color: #FE816F;
}
</style>
background-color css
<style>
a { background-color: #FE816F; }
a { background-color: rgb(254,129,111); }
div.DivClassName
{
background-color: #FE816F;
}
.BgClassName
{
background-color: #FE816F;
}
</style>
border-color css
<style>
span { border-color: #FE816F; }
span { border-color: rgb(254,129,111); }
td.TdClassName
{
border-color: #FE816F;
}
.TagClassName
{
border-color: #FE816F;
}
</style>