Shades of Salmon #FE8265
Tints of Salmon #FE8265
RGB
CMYK
RGB Variations
Color information
#FE8265 (or 0xFE8265) is known color: Salmon. HEX triplet: FE, 82 and 65. RGB value is (254,130,101). Sum of RGB (Red+Green+Blue) = 254+130+101=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8265 is #017D9A. Grayscale: #A4A4A4. Windows color (decimal): -97691 or 6652670. OLE color: 6652670.
HSL color Cylindrical-coordinate representation of color #FE8265: hue angle of 11.37º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE8265 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 101 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.00 |
| HSL | 11.37º | 0.99% | 0.7% | - |
| HSV(B) | 11.37º | 0.6% | 1% | - |
| XYZ | 51.2 | 37.98 | 16.94 | - |
| YUV | 163.77 | 92.58 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 101 | 0 | 0.49 | 0.60 | 0.00 | 11.37 | 0.99 | 0.7 |
| Hex | FE | 82 | 65 | 0 | 31 | 3C | 0 | B | 63 | 46 |
| Octal | 376 | 202 | 145 | 0 | 61 | 74 | 0 | 13 | 143 | 106 |
| Binary | 11111110 | 10000010 | 1100101 | 0 | 110001 | 111100 | 0 | 1011 | 1100011 | 1000110 |
Color Harmonies of #FE8265
Complementary color
Monochromatic Colors of #FE8265
Black with #FE8265
Text Example
Text Example
White with #FE8265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8265; }
p { color: rgb(254,130,101); }
H1.HeaderClassName
{
color: #FE8265;
}
.AnyTagClassName
{
color: #FE8265;
}
</style>
background-color css
<style>
a { background-color: #FE8265; }
a { background-color: rgb(254,130,101); }
div.DivClassName
{
background-color: #FE8265;
}
.BgClassName
{
background-color: #FE8265;
}
</style>
border-color css
<style>
span { border-color: #FE8265; }
span { border-color: rgb(254,130,101); }
td.TdClassName
{
border-color: #FE8265;
}
.TagClassName
{
border-color: #FE8265;
}
</style>