Shades of Salmon #FE8567
Tints of Salmon #FE8567
RGB
CMYK
RGB Variations
Color information
#FE8567 (or 0xFE8567) is known color: Salmon. HEX triplet: FE, 85 and 67. RGB value is (254,133,103). Sum of RGB (Red+Green+Blue) = 254+133+103=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8567 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8567 is #017A98. Grayscale: #A6A6A6. Windows color (decimal): -96921 or 6784510. OLE color: 6784510.
HSL color Cylindrical-coordinate representation of color #FE8567: hue angle of 11.92º 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 #FE8567 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 103 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.00 |
| HSL | 11.92º | 0.99% | 0.7% | - |
| HSV(B) | 11.92º | 0.59% | 1% | - |
| XYZ | 51.71 | 38.83 | 17.6 | - |
| YUV | 165.76 | 92.59 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 103 | 0 | 0.48 | 0.59 | 0.00 | 11.92 | 0.99 | 0.7 |
| Hex | FE | 85 | 67 | 0 | 30 | 3B | 0 | C | 63 | 46 |
| Octal | 376 | 205 | 147 | 0 | 60 | 73 | 0 | 14 | 143 | 106 |
| Binary | 11111110 | 10000101 | 1100111 | 0 | 110000 | 111011 | 0 | 1100 | 1100011 | 1000110 |
Color Harmonies of #FE8567
Complementary color
Monochromatic Colors of #FE8567
Black with #FE8567
Text Example
Text Example
White with #FE8567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8567; }
p { color: rgb(254,133,103); }
H1.HeaderClassName
{
color: #FE8567;
}
.AnyTagClassName
{
color: #FE8567;
}
</style>
background-color css
<style>
a { background-color: #FE8567; }
a { background-color: rgb(254,133,103); }
div.DivClassName
{
background-color: #FE8567;
}
.BgClassName
{
background-color: #FE8567;
}
</style>
border-color css
<style>
span { border-color: #FE8567; }
span { border-color: rgb(254,133,103); }
td.TdClassName
{
border-color: #FE8567;
}
.TagClassName
{
border-color: #FE8567;
}
</style>