Shades of Salmon #FE8A74
Tints of Salmon #FE8A74
RGB
CMYK
RGB Variations
Color information
#FE8A74 (or 0xFE8A74) is known color: Salmon. HEX triplet: FE, 8A and 74. RGB value is (254,138,116). Sum of RGB (Red+Green+Blue) = 254+138+116=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8A74 is #01758B. Grayscale: #AAAAAA. Windows color (decimal): -95628 or 7637758. OLE color: 7637758.
HSL color Cylindrical-coordinate representation of color #FE8A74: hue angle of 9.57º 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 #FE8A74 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 116 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.00 |
| HSL | 9.57º | 0.99% | 0.73% | - |
| HSV(B) | 9.57º | 0.54% | 1% | - |
| XYZ | 53.11 | 40.51 | 21.54 | - |
| YUV | 170.18 | 97.43 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 116 | 0 | 0.46 | 0.54 | 0.00 | 9.57 | 0.99 | 0.73 |
| Hex | FE | 8A | 74 | 0 | 2E | 36 | 0 | A | 63 | 49 |
| Octal | 376 | 212 | 164 | 0 | 56 | 66 | 0 | 12 | 143 | 111 |
| Binary | 11111110 | 10001010 | 1110100 | 0 | 101110 | 110110 | 0 | 1010 | 1100011 | 1001001 |
Color Harmonies of #FE8A74
Complementary color
Monochromatic Colors of #FE8A74
Black with #FE8A74
Text Example
Text Example
White with #FE8A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A74; }
p { color: rgb(254,138,116); }
H1.HeaderClassName
{
color: #FE8A74;
}
.AnyTagClassName
{
color: #FE8A74;
}
</style>
background-color css
<style>
a { background-color: #FE8A74; }
a { background-color: rgb(254,138,116); }
div.DivClassName
{
background-color: #FE8A74;
}
.BgClassName
{
background-color: #FE8A74;
}
</style>
border-color css
<style>
span { border-color: #FE8A74; }
span { border-color: rgb(254,138,116); }
td.TdClassName
{
border-color: #FE8A74;
}
.TagClassName
{
border-color: #FE8A74;
}
</style>