Shades of Salmon #FE806B
Tints of Salmon #FE806B
RGB
CMYK
RGB Variations
Color information
#FE806B (or 0xFE806B) is known color: Salmon. HEX triplet: FE, 80 and 6B. RGB value is (254,128,107). Sum of RGB (Red+Green+Blue) = 254+128+107=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE806B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE806B is #017F94. Grayscale: #A3A3A3. Windows color (decimal): -98197 or 7045374. OLE color: 7045374.
HSL color Cylindrical-coordinate representation of color #FE806B: hue angle of 8.57º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE806B is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 107 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.00 |
| HSL | 8.57º | 0.99% | 0.71% | - |
| HSV(B) | 8.57º | 0.58% | 1% | - |
| XYZ | 51.25 | 37.57 | 18.46 | - |
| YUV | 163.28 | 96.24 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 107 | 0 | 0.50 | 0.58 | 0.00 | 8.57 | 0.99 | 0.71 |
| Hex | FE | 80 | 6B | 0 | 32 | 3A | 0 | 9 | 63 | 47 |
| Octal | 376 | 200 | 153 | 0 | 62 | 72 | 0 | 11 | 143 | 107 |
| Binary | 11111110 | 10000000 | 1101011 | 0 | 110010 | 111010 | 0 | 1001 | 1100011 | 1000111 |
Color Harmonies of #FE806B
Complementary color
Monochromatic Colors of #FE806B
Black with #FE806B
Text Example
Text Example
White with #FE806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE806B; }
p { color: rgb(254,128,107); }
H1.HeaderClassName
{
color: #FE806B;
}
.AnyTagClassName
{
color: #FE806B;
}
</style>
background-color css
<style>
a { background-color: #FE806B; }
a { background-color: rgb(254,128,107); }
div.DivClassName
{
background-color: #FE806B;
}
.BgClassName
{
background-color: #FE806B;
}
</style>
border-color css
<style>
span { border-color: #FE806B; }
span { border-color: rgb(254,128,107); }
td.TdClassName
{
border-color: #FE806B;
}
.TagClassName
{
border-color: #FE806B;
}
</style>