Shades of Salmon #FE8C6D
Tints of Salmon #FE8C6D
RGB
CMYK
RGB Variations
Color information
#FE8C6D (or 0xFE8C6D) is known color: Salmon. HEX triplet: FE, 8C and 6D. RGB value is (254,140,109). Sum of RGB (Red+Green+Blue) = 254+140+109=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C6D is #017392. Grayscale: #AAAAAA. Windows color (decimal): -95123 or 7179518. OLE color: 7179518.
HSL color Cylindrical-coordinate representation of color #FE8C6D: hue angle of 12.83º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE8C6D is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 109 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.00 |
| HSL | 12.83º | 0.99% | 0.71% | - |
| HSV(B) | 12.83º | 0.57% | 1% | - |
| XYZ | 53.01 | 40.93 | 19.57 | - |
| YUV | 170.55 | 93.27 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 109 | 0 | 0.45 | 0.57 | 0.00 | 12.83 | 0.99 | 0.71 |
| Hex | FE | 8C | 6D | 0 | 2D | 39 | 0 | D | 63 | 47 |
| Octal | 376 | 214 | 155 | 0 | 55 | 71 | 0 | 15 | 143 | 107 |
| Binary | 11111110 | 10001100 | 1101101 | 0 | 101101 | 111001 | 0 | 1101 | 1100011 | 1000111 |
Color Harmonies of #FE8C6D
Complementary color
Monochromatic Colors of #FE8C6D
Black with #FE8C6D
Text Example
Text Example
White with #FE8C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C6D; }
p { color: rgb(254,140,109); }
H1.HeaderClassName
{
color: #FE8C6D;
}
.AnyTagClassName
{
color: #FE8C6D;
}
</style>
background-color css
<style>
a { background-color: #FE8C6D; }
a { background-color: rgb(254,140,109); }
div.DivClassName
{
background-color: #FE8C6D;
}
.BgClassName
{
background-color: #FE8C6D;
}
</style>
border-color css
<style>
span { border-color: #FE8C6D; }
span { border-color: rgb(254,140,109); }
td.TdClassName
{
border-color: #FE8C6D;
}
.TagClassName
{
border-color: #FE8C6D;
}
</style>