Shades of Salmon #FE8276
Tints of Salmon #FE8276
RGB
CMYK
RGB Variations
Color information
#FE8276 (or 0xFE8276) is known color: Salmon. HEX triplet: FE, 82 and 76. RGB value is (254,130,118). Sum of RGB (Red+Green+Blue) = 254+130+118=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8276 is #017D89. Grayscale: #A5A5A5. Windows color (decimal): -97674 or 7766782. OLE color: 7766782.
HSL color Cylindrical-coordinate representation of color #FE8276: hue angle of 5.29º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE8276 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 118 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.00 |
| HSL | 5.29º | 0.99% | 0.73% | - |
| HSV(B) | 5.29º | 0.54% | 1% | - |
| XYZ | 52.13 | 38.34 | 21.79 | - |
| YUV | 165.71 | 101.08 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 118 | 0 | 0.49 | 0.54 | 0.00 | 5.29 | 0.99 | 0.73 |
| Hex | FE | 82 | 76 | 0 | 31 | 36 | 0 | 5 | 63 | 49 |
| Octal | 376 | 202 | 166 | 0 | 61 | 66 | 0 | 5 | 143 | 111 |
| Binary | 11111110 | 10000010 | 1110110 | 0 | 110001 | 110110 | 0 | 101 | 1100011 | 1001001 |
Color Harmonies of #FE8276
Complementary color
Monochromatic Colors of #FE8276
Black with #FE8276
Text Example
Text Example
White with #FE8276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8276; }
p { color: rgb(254,130,118); }
H1.HeaderClassName
{
color: #FE8276;
}
.AnyTagClassName
{
color: #FE8276;
}
</style>
background-color css
<style>
a { background-color: #FE8276; }
a { background-color: rgb(254,130,118); }
div.DivClassName
{
background-color: #FE8276;
}
.BgClassName
{
background-color: #FE8276;
}
</style>
border-color css
<style>
span { border-color: #FE8276; }
span { border-color: rgb(254,130,118); }
td.TdClassName
{
border-color: #FE8276;
}
.TagClassName
{
border-color: #FE8276;
}
</style>