Shades of Salmon #FE8667
Tints of Salmon #FE8667
RGB
CMYK
RGB Variations
Color information
#FE8667 (or 0xFE8667) is known color: Salmon. HEX triplet: FE, 86 and 67. RGB value is (254,134,103). Sum of RGB (Red+Green+Blue) = 254+134+103=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8667 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8667 is #017998. Grayscale: #A6A6A6. Windows color (decimal): -96665 or 6784766. OLE color: 6784766.
HSL color Cylindrical-coordinate representation of color #FE8667: hue angle of 12.32º 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 #FE8667 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 103 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.00 |
| HSL | 12.32º | 0.99% | 0.7% | - |
| HSV(B) | 12.32º | 0.59% | 1% | - |
| XYZ | 51.85 | 39.1 | 17.65 | - |
| YUV | 166.35 | 92.26 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 103 | 0 | 0.47 | 0.59 | 0.00 | 12.32 | 0.99 | 0.7 |
| Hex | FE | 86 | 67 | 0 | 2F | 3B | 0 | C | 63 | 46 |
| Octal | 376 | 206 | 147 | 0 | 57 | 73 | 0 | 14 | 143 | 106 |
| Binary | 11111110 | 10000110 | 1100111 | 0 | 101111 | 111011 | 0 | 1100 | 1100011 | 1000110 |
Color Harmonies of #FE8667
Complementary color
Monochromatic Colors of #FE8667
Black with #FE8667
Text Example
Text Example
White with #FE8667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8667; }
p { color: rgb(254,134,103); }
H1.HeaderClassName
{
color: #FE8667;
}
.AnyTagClassName
{
color: #FE8667;
}
</style>
background-color css
<style>
a { background-color: #FE8667; }
a { background-color: rgb(254,134,103); }
div.DivClassName
{
background-color: #FE8667;
}
.BgClassName
{
background-color: #FE8667;
}
</style>
border-color css
<style>
span { border-color: #FE8667; }
span { border-color: rgb(254,134,103); }
td.TdClassName
{
border-color: #FE8667;
}
.TagClassName
{
border-color: #FE8667;
}
</style>