Shades of Salmon #FE806F
Tints of Salmon #FE806F
RGB
CMYK
RGB Variations
Color information
#FE806F (or 0xFE806F) is known color: Salmon. HEX triplet: FE, 80 and 6F. RGB value is (254,128,111). Sum of RGB (Red+Green+Blue) = 254+128+111=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE806F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE806F is #017F90. Grayscale: #A3A3A3. Windows color (decimal): -98193 or 7307518. OLE color: 7307518.
HSL color Cylindrical-coordinate representation of color #FE806F: hue angle of 7.13º 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 #FE806F is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 111 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.00 |
| HSL | 7.13º | 0.99% | 0.72% | - |
| HSV(B) | 7.13º | 0.56% | 1% | - |
| XYZ | 51.46 | 37.66 | 19.6 | - |
| YUV | 163.74 | 98.24 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 111 | 0 | 0.50 | 0.56 | 0.00 | 7.13 | 0.99 | 0.72 |
| Hex | FE | 80 | 6F | 0 | 32 | 38 | 0 | 7 | 63 | 48 |
| Octal | 376 | 200 | 157 | 0 | 62 | 70 | 0 | 7 | 143 | 110 |
| Binary | 11111110 | 10000000 | 1101111 | 0 | 110010 | 111000 | 0 | 111 | 1100011 | 1001000 |
Color Harmonies of #FE806F
Complementary color
Monochromatic Colors of #FE806F
Black with #FE806F
Text Example
Text Example
White with #FE806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE806F; }
p { color: rgb(254,128,111); }
H1.HeaderClassName
{
color: #FE806F;
}
.AnyTagClassName
{
color: #FE806F;
}
</style>
background-color css
<style>
a { background-color: #FE806F; }
a { background-color: rgb(254,128,111); }
div.DivClassName
{
background-color: #FE806F;
}
.BgClassName
{
background-color: #FE806F;
}
</style>
border-color css
<style>
span { border-color: #FE806F; }
span { border-color: rgb(254,128,111); }
td.TdClassName
{
border-color: #FE806F;
}
.TagClassName
{
border-color: #FE806F;
}
</style>