Shades of Salmon #FE8869
Tints of Salmon #FE8869
RGB
CMYK
RGB Variations
Color information
#FE8869 (or 0xFE8869) is known color: Salmon. HEX triplet: FE, 88 and 69. RGB value is (254,136,105). Sum of RGB (Red+Green+Blue) = 254+136+105=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8869 is #017796. Grayscale: #A7A7A7. Windows color (decimal): -96151 or 6916350. OLE color: 6916350.
HSL color Cylindrical-coordinate representation of color #FE8869: hue angle of 12.48º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE8869 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 105 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.00 |
| HSL | 12.48º | 0.99% | 0.7% | - |
| HSV(B) | 12.48º | 0.59% | 1% | - |
| XYZ | 52.23 | 39.7 | 18.27 | - |
| YUV | 167.75 | 92.59 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 105 | 0 | 0.46 | 0.59 | 0.00 | 12.48 | 0.99 | 0.7 |
| Hex | FE | 88 | 69 | 0 | 2E | 3B | 0 | C | 63 | 46 |
| Octal | 376 | 210 | 151 | 0 | 56 | 73 | 0 | 14 | 143 | 106 |
| Binary | 11111110 | 10001000 | 1101001 | 0 | 101110 | 111011 | 0 | 1100 | 1100011 | 1000110 |
Color Harmonies of #FE8869
Complementary color
Monochromatic Colors of #FE8869
Black with #FE8869
Text Example
Text Example
White with #FE8869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8869; }
p { color: rgb(254,136,105); }
H1.HeaderClassName
{
color: #FE8869;
}
.AnyTagClassName
{
color: #FE8869;
}
</style>
background-color css
<style>
a { background-color: #FE8869; }
a { background-color: rgb(254,136,105); }
div.DivClassName
{
background-color: #FE8869;
}
.BgClassName
{
background-color: #FE8869;
}
</style>
border-color css
<style>
span { border-color: #FE8869; }
span { border-color: rgb(254,136,105); }
td.TdClassName
{
border-color: #FE8869;
}
.TagClassName
{
border-color: #FE8869;
}
</style>