Shades of Salmon #FE856B
Tints of Salmon #FE856B
RGB
CMYK
RGB Variations
Color information
#FE856B (or 0xFE856B) is known color: Salmon. HEX triplet: FE, 85 and 6B. RGB value is (254,133,107). Sum of RGB (Red+Green+Blue) = 254+133+107=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE856B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE856B is #017A94. Grayscale: #A6A6A6. Windows color (decimal): -96917 or 7046654. OLE color: 7046654.
HSL color Cylindrical-coordinate representation of color #FE856B: hue angle of 10.61º 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 #FE856B is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 107 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.00 |
| HSL | 10.61º | 0.99% | 0.71% | - |
| HSV(B) | 10.61º | 0.58% | 1% | - |
| XYZ | 51.91 | 38.91 | 18.68 | - |
| YUV | 166.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 107 | 0 | 0.48 | 0.58 | 0.00 | 10.61 | 0.99 | 0.71 |
| Hex | FE | 85 | 6B | 0 | 30 | 3A | 0 | B | 63 | 47 |
| Octal | 376 | 205 | 153 | 0 | 60 | 72 | 0 | 13 | 143 | 107 |
| Binary | 11111110 | 10000101 | 1101011 | 0 | 110000 | 111010 | 0 | 1011 | 1100011 | 1000111 |
Color Harmonies of #FE856B
Complementary color
Monochromatic Colors of #FE856B
Black with #FE856B
Text Example
Text Example
White with #FE856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE856B; }
p { color: rgb(254,133,107); }
H1.HeaderClassName
{
color: #FE856B;
}
.AnyTagClassName
{
color: #FE856B;
}
</style>
background-color css
<style>
a { background-color: #FE856B; }
a { background-color: rgb(254,133,107); }
div.DivClassName
{
background-color: #FE856B;
}
.BgClassName
{
background-color: #FE856B;
}
</style>
border-color css
<style>
span { border-color: #FE856B; }
span { border-color: rgb(254,133,107); }
td.TdClassName
{
border-color: #FE856B;
}
.TagClassName
{
border-color: #FE856B;
}
</style>