Shades of Salmon #FE8266
Tints of Salmon #FE8266
RGB
CMYK
RGB Variations
Color information
#FE8266 (or 0xFE8266) is known color: Salmon. HEX triplet: FE, 82 and 66. RGB value is (254,130,102). Sum of RGB (Red+Green+Blue) = 254+130+102=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8266 is #017D99. Grayscale: #A4A4A4. Windows color (decimal): -97690 or 6718206. OLE color: 6718206.
HSL color Cylindrical-coordinate representation of color #FE8266: hue angle of 11.05º 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 #FE8266 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 102 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.00 |
| HSL | 11.05º | 0.99% | 0.7% | - |
| HSV(B) | 11.05º | 0.6% | 1% | - |
| XYZ | 51.25 | 38 | 17.2 | - |
| YUV | 163.88 | 93.08 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 102 | 0 | 0.49 | 0.60 | 0.00 | 11.05 | 0.99 | 0.7 |
| Hex | FE | 82 | 66 | 0 | 31 | 3C | 0 | B | 63 | 46 |
| Octal | 376 | 202 | 146 | 0 | 61 | 74 | 0 | 13 | 143 | 106 |
| Binary | 11111110 | 10000010 | 1100110 | 0 | 110001 | 111100 | 0 | 1011 | 1100011 | 1000110 |
Color Harmonies of #FE8266
Complementary color
Monochromatic Colors of #FE8266
Black with #FE8266
Text Example
Text Example
White with #FE8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8266; }
p { color: rgb(254,130,102); }
H1.HeaderClassName
{
color: #FE8266;
}
.AnyTagClassName
{
color: #FE8266;
}
</style>
background-color css
<style>
a { background-color: #FE8266; }
a { background-color: rgb(254,130,102); }
div.DivClassName
{
background-color: #FE8266;
}
.BgClassName
{
background-color: #FE8266;
}
</style>
border-color css
<style>
span { border-color: #FE8266; }
span { border-color: rgb(254,130,102); }
td.TdClassName
{
border-color: #FE8266;
}
.TagClassName
{
border-color: #FE8266;
}
</style>