Shades of Salmon #FE8063
Tints of Salmon #FE8063
RGB
CMYK
RGB Variations
Color information
#FE8063 (or 0xFE8063) is known color: Salmon. HEX triplet: FE, 80 and 63. RGB value is (254,128,99). Sum of RGB (Red+Green+Blue) = 254+128+99=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8063 is #017F9C. Grayscale: #A2A2A2. Windows color (decimal): -98205 or 6521086. OLE color: 6521086.
HSL color Cylindrical-coordinate representation of color #FE8063: hue angle of 11.23º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE8063 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 99 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.00 |
| HSL | 11.23º | 0.99% | 0.69% | - |
| HSV(B) | 11.23º | 0.61% | 1% | - |
| XYZ | 50.84 | 37.41 | 16.35 | - |
| YUV | 162.37 | 92.24 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 99 | 0 | 0.50 | 0.61 | 0.00 | 11.23 | 0.99 | 0.69 |
| Hex | FE | 80 | 63 | 0 | 32 | 3D | 0 | B | 63 | 45 |
| Octal | 376 | 200 | 143 | 0 | 62 | 75 | 0 | 13 | 143 | 105 |
| Binary | 11111110 | 10000000 | 1100011 | 0 | 110010 | 111101 | 0 | 1011 | 1100011 | 1000101 |
Color Harmonies of #FE8063
Complementary color
Monochromatic Colors of #FE8063
Black with #FE8063
Text Example
Text Example
White with #FE8063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8063; }
p { color: rgb(254,128,99); }
H1.HeaderClassName
{
color: #FE8063;
}
.AnyTagClassName
{
color: #FE8063;
}
</style>
background-color css
<style>
a { background-color: #FE8063; }
a { background-color: rgb(254,128,99); }
div.DivClassName
{
background-color: #FE8063;
}
.BgClassName
{
background-color: #FE8063;
}
</style>
border-color css
<style>
span { border-color: #FE8063; }
span { border-color: rgb(254,128,99); }
td.TdClassName
{
border-color: #FE8063;
}
.TagClassName
{
border-color: #FE8063;
}
</style>