Shades of Salmon #FF8367
Tints of Salmon #FF8367
RGB
CMYK
RGB Variations
Color information
#FF8367 (or 0xFF8367) is known color: Salmon. HEX triplet: FF, 83 and 67. RGB value is (255,131,103). Sum of RGB (Red+Green+Blue) = 255+131+103=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 103 (40.62% from 255 or 21.06% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8367 is #007C98. Grayscale: #A5A5A5. Windows color (decimal): -31897 or 6783999. OLE color: 6783999.
HSL color Cylindrical-coordinate representation of color #FF8367: hue angle of 11.05º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF8367 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 103 | - |
| CMYK | 0 | 0.49 | 0.60 | 0 |
| HSL | 11.05º | 1% | 0.7% | - |
| HSV(B) | 11.05º | 0.6% | 1% | - |
| XYZ | 51.8 | 38.47 | 17.53 | - |
| YUV | 164.88 | 93.08 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 103 | 0 | 0.49 | 0.60 | 0 | 11.05 | 1 | 0.7 |
| Hex | FF | 83 | 67 | 0 | 31 | 3C | 0 | B | 64 | 46 |
| Octal | 377 | 203 | 147 | 0 | 61 | 74 | 0 | 13 | 144 | 106 |
| Binary | 11111111 | 10000011 | 1100111 | 0 | 110001 | 111100 | 0 | 1011 | 1100100 | 1000110 |
Color Harmonies of #FF8367
Complementary color
Monochromatic Colors of #FF8367
Black with #FF8367
Text Example
Text Example
White with #FF8367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8367; }
p { color: rgb(255,131,103); }
H1.HeaderClassName
{
color: #FF8367;
}
.AnyTagClassName
{
color: #FF8367;
}
</style>
background-color css
<style>
a { background-color: #FF8367; }
a { background-color: rgb(255,131,103); }
div.DivClassName
{
background-color: #FF8367;
}
.BgClassName
{
background-color: #FF8367;
}
</style>
border-color css
<style>
span { border-color: #FF8367; }
span { border-color: rgb(255,131,103); }
td.TdClassName
{
border-color: #FF8367;
}
.TagClassName
{
border-color: #FF8367;
}
</style>