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