Shades of Salmon #FE8263
Tints of Salmon #FE8263
RGB
CMYK
RGB Variations
Color information
#FE8263 (or 0xFE8263) is known color: Salmon. HEX triplet: FE, 82 and 63. RGB value is (254,130,99). Sum of RGB (Red+Green+Blue) = 254+130+99=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8263 is #017D9C. Grayscale: #A3A3A3. Windows color (decimal): -97693 or 6521598. OLE color: 6521598.
HSL color Cylindrical-coordinate representation of color #FE8263: hue angle of 12º 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 #FE8263 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 99 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.00 |
| HSL | 12º | 0.99% | 0.69% | - |
| HSV(B) | 12º | 0.61% | 1% | - |
| XYZ | 51.11 | 37.94 | 16.43 | - |
| YUV | 163.54 | 91.58 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 99 | 0 | 0.49 | 0.61 | 0.00 | 12 | 0.99 | 0.69 |
| Hex | FE | 82 | 63 | 0 | 31 | 3D | 0 | C | 63 | 45 |
| Octal | 376 | 202 | 143 | 0 | 61 | 75 | 0 | 14 | 143 | 105 |
| Binary | 11111110 | 10000010 | 1100011 | 0 | 110001 | 111101 | 0 | 1100 | 1100011 | 1000101 |
Color Harmonies of #FE8263
Complementary color
Monochromatic Colors of #FE8263
Black with #FE8263
Text Example
Text Example
White with #FE8263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8263; }
p { color: rgb(254,130,99); }
H1.HeaderClassName
{
color: #FE8263;
}
.AnyTagClassName
{
color: #FE8263;
}
</style>
background-color css
<style>
a { background-color: #FE8263; }
a { background-color: rgb(254,130,99); }
div.DivClassName
{
background-color: #FE8263;
}
.BgClassName
{
background-color: #FE8263;
}
</style>
border-color css
<style>
span { border-color: #FE8263; }
span { border-color: rgb(254,130,99); }
td.TdClassName
{
border-color: #FE8263;
}
.TagClassName
{
border-color: #FE8263;
}
</style>