Shades of Salmon #FE8A7D
Tints of Salmon #FE8A7D
RGB
CMYK
RGB Variations
Color information
#FE8A7D (or 0xFE8A7D) is known color: Salmon. HEX triplet: FE, 8A and 7D. RGB value is (254,138,125). Sum of RGB (Red+Green+Blue) = 254+138+125=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8A7D is #017582. Grayscale: #ABABAB. Windows color (decimal): -95619 or 8227582. OLE color: 8227582.
HSL color Cylindrical-coordinate representation of color #FE8A7D: hue angle of 6.05º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE8A7D is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 125 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.00 |
| HSL | 6.05º | 0.98% | 0.74% | - |
| HSV(B) | 6.05º | 0.51% | 1% | - |
| XYZ | 53.66 | 40.73 | 24.44 | - |
| YUV | 171.2 | 101.93 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 125 | 0 | 0.46 | 0.51 | 0.00 | 6.05 | 0.98 | 0.74 |
| Hex | FE | 8A | 7D | 0 | 2E | 33 | 0 | 6 | 62 | 4A |
| Octal | 376 | 212 | 175 | 0 | 56 | 63 | 0 | 6 | 142 | 112 |
| Binary | 11111110 | 10001010 | 1111101 | 0 | 101110 | 110011 | 0 | 110 | 1100010 | 1001010 |
Color Harmonies of #FE8A7D
Complementary color
Monochromatic Colors of #FE8A7D
Black with #FE8A7D
Text Example
Text Example
White with #FE8A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A7D; }
p { color: rgb(254,138,125); }
H1.HeaderClassName
{
color: #FE8A7D;
}
.AnyTagClassName
{
color: #FE8A7D;
}
</style>
background-color css
<style>
a { background-color: #FE8A7D; }
a { background-color: rgb(254,138,125); }
div.DivClassName
{
background-color: #FE8A7D;
}
.BgClassName
{
background-color: #FE8A7D;
}
</style>
border-color css
<style>
span { border-color: #FE8A7D; }
span { border-color: rgb(254,138,125); }
td.TdClassName
{
border-color: #FE8A7D;
}
.TagClassName
{
border-color: #FE8A7D;
}
</style>