Shades of Salmon #FE8A6B
Tints of Salmon #FE8A6B
RGB
CMYK
RGB Variations
Color information
#FE8A6B (or 0xFE8A6B) is known color: Salmon. HEX triplet: FE, 8A and 6B. RGB value is (254,138,107). Sum of RGB (Red+Green+Blue) = 254+138+107=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8A6B is #017594. Grayscale: #A9A9A9. Windows color (decimal): -95637 or 7047934. OLE color: 7047934.
HSL color Cylindrical-coordinate representation of color #FE8A6B: hue angle of 12.65º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE8A6B is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 107 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.00 |
| HSL | 12.65º | 0.99% | 0.71% | - |
| HSV(B) | 12.65º | 0.58% | 1% | - |
| XYZ | 52.62 | 40.31 | 18.92 | - |
| YUV | 169.15 | 92.93 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 107 | 0 | 0.46 | 0.58 | 0.00 | 12.65 | 0.99 | 0.71 |
| Hex | FE | 8A | 6B | 0 | 2E | 3A | 0 | D | 63 | 47 |
| Octal | 376 | 212 | 153 | 0 | 56 | 72 | 0 | 15 | 143 | 107 |
| Binary | 11111110 | 10001010 | 1101011 | 0 | 101110 | 111010 | 0 | 1101 | 1100011 | 1000111 |
Color Harmonies of #FE8A6B
Complementary color
Monochromatic Colors of #FE8A6B
Black with #FE8A6B
Text Example
Text Example
White with #FE8A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A6B; }
p { color: rgb(254,138,107); }
H1.HeaderClassName
{
color: #FE8A6B;
}
.AnyTagClassName
{
color: #FE8A6B;
}
</style>
background-color css
<style>
a { background-color: #FE8A6B; }
a { background-color: rgb(254,138,107); }
div.DivClassName
{
background-color: #FE8A6B;
}
.BgClassName
{
background-color: #FE8A6B;
}
</style>
border-color css
<style>
span { border-color: #FE8A6B; }
span { border-color: rgb(254,138,107); }
td.TdClassName
{
border-color: #FE8A6B;
}
.TagClassName
{
border-color: #FE8A6B;
}
</style>