Shades of Salmon #FE816C
Tints of Salmon #FE816C
RGB
CMYK
RGB Variations
Color information
#FE816C (or 0xFE816C) is known color: Salmon. HEX triplet: FE, 81 and 6C. RGB value is (254,129,108). Sum of RGB (Red+Green+Blue) = 254+129+108=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE816C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE816C is #017E93. Grayscale: #A4A4A4. Windows color (decimal): -97940 or 7111166. OLE color: 7111166.
HSL color Cylindrical-coordinate representation of color #FE816C: hue angle of 8.63º 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 #FE816C is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 108 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.00 |
| HSL | 8.63º | 0.99% | 0.71% | - |
| HSV(B) | 8.63º | 0.57% | 1% | - |
| XYZ | 51.43 | 37.85 | 18.78 | - |
| YUV | 163.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 108 | 0 | 0.49 | 0.57 | 0.00 | 8.63 | 0.99 | 0.71 |
| Hex | FE | 81 | 6C | 0 | 31 | 39 | 0 | 9 | 63 | 47 |
| Octal | 376 | 201 | 154 | 0 | 61 | 71 | 0 | 11 | 143 | 107 |
| Binary | 11111110 | 10000001 | 1101100 | 0 | 110001 | 111001 | 0 | 1001 | 1100011 | 1000111 |
Color Harmonies of #FE816C
Complementary color
Monochromatic Colors of #FE816C
Black with #FE816C
Text Example
Text Example
White with #FE816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE816C; }
p { color: rgb(254,129,108); }
H1.HeaderClassName
{
color: #FE816C;
}
.AnyTagClassName
{
color: #FE816C;
}
</style>
background-color css
<style>
a { background-color: #FE816C; }
a { background-color: rgb(254,129,108); }
div.DivClassName
{
background-color: #FE816C;
}
.BgClassName
{
background-color: #FE816C;
}
</style>
border-color css
<style>
span { border-color: #FE816C; }
span { border-color: rgb(254,129,108); }
td.TdClassName
{
border-color: #FE816C;
}
.TagClassName
{
border-color: #FE816C;
}
</style>