Shades of Salmon #FE8A69
Tints of Salmon #FE8A69
RGB
CMYK
RGB Variations
Color information
#FE8A69 (or 0xFE8A69) is known color: Salmon. HEX triplet: FE, 8A and 69. RGB value is (254,138,105). Sum of RGB (Red+Green+Blue) = 254+138+105=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8A69 is #017596. Grayscale: #A9A9A9. Windows color (decimal): -95639 or 6916862. OLE color: 6916862.
HSL color Cylindrical-coordinate representation of color #FE8A69: hue angle of 13.29º 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 #FE8A69 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 105 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.00 |
| HSL | 13.29º | 0.99% | 0.7% | - |
| HSV(B) | 13.29º | 0.59% | 1% | - |
| XYZ | 52.51 | 40.27 | 18.37 | - |
| YUV | 168.92 | 91.93 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 105 | 0 | 0.46 | 0.59 | 0.00 | 13.29 | 0.99 | 0.7 |
| Hex | FE | 8A | 69 | 0 | 2E | 3B | 0 | D | 63 | 46 |
| Octal | 376 | 212 | 151 | 0 | 56 | 73 | 0 | 15 | 143 | 106 |
| Binary | 11111110 | 10001010 | 1101001 | 0 | 101110 | 111011 | 0 | 1101 | 1100011 | 1000110 |
Color Harmonies of #FE8A69
Complementary color
Monochromatic Colors of #FE8A69
Black with #FE8A69
Text Example
Text Example
White with #FE8A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A69; }
p { color: rgb(254,138,105); }
H1.HeaderClassName
{
color: #FE8A69;
}
.AnyTagClassName
{
color: #FE8A69;
}
</style>
background-color css
<style>
a { background-color: #FE8A69; }
a { background-color: rgb(254,138,105); }
div.DivClassName
{
background-color: #FE8A69;
}
.BgClassName
{
background-color: #FE8A69;
}
</style>
border-color css
<style>
span { border-color: #FE8A69; }
span { border-color: rgb(254,138,105); }
td.TdClassName
{
border-color: #FE8A69;
}
.TagClassName
{
border-color: #FE8A69;
}
</style>