Shades of Salmon #FE8367
Tints of Salmon #FE8367
RGB
CMYK
RGB Variations
Color information
#FE8367 (or 0xFE8367) is known color: Salmon. HEX triplet: FE, 83 and 67. RGB value is (254,131,103). Sum of RGB (Red+Green+Blue) = 254+131+103=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8367 is #017C98. Grayscale: #A4A4A4. Windows color (decimal): -97433 or 6783998. OLE color: 6783998.
HSL color Cylindrical-coordinate representation of color #FE8367: hue angle of 11.13º 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 #FE8367 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 103 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.00 |
| HSL | 11.13º | 0.99% | 0.7% | - |
| HSV(B) | 11.13º | 0.59% | 1% | - |
| XYZ | 51.44 | 38.28 | 17.51 | - |
| YUV | 164.59 | 93.25 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 103 | 0 | 0.48 | 0.59 | 0.00 | 11.13 | 0.99 | 0.7 |
| Hex | FE | 83 | 67 | 0 | 30 | 3B | 0 | B | 63 | 46 |
| Octal | 376 | 203 | 147 | 0 | 60 | 73 | 0 | 13 | 143 | 106 |
| Binary | 11111110 | 10000011 | 1100111 | 0 | 110000 | 111011 | 0 | 1011 | 1100011 | 1000110 |
Color Harmonies of #FE8367
Complementary color
Monochromatic Colors of #FE8367
Black with #FE8367
Text Example
Text Example
White with #FE8367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8367; }
p { color: rgb(254,131,103); }
H1.HeaderClassName
{
color: #FE8367;
}
.AnyTagClassName
{
color: #FE8367;
}
</style>
background-color css
<style>
a { background-color: #FE8367; }
a { background-color: rgb(254,131,103); }
div.DivClassName
{
background-color: #FE8367;
}
.BgClassName
{
background-color: #FE8367;
}
</style>
border-color css
<style>
span { border-color: #FE8367; }
span { border-color: rgb(254,131,103); }
td.TdClassName
{
border-color: #FE8367;
}
.TagClassName
{
border-color: #FE8367;
}
</style>