Shades of Salmon #FF8368
Tints of Salmon #FF8368
RGB
CMYK
RGB Variations
Color information
#FF8368 (or 0xFF8368) is known color: Salmon. HEX triplet: FF, 83 and 68. RGB value is (255,131,104). Sum of RGB (Red+Green+Blue) = 255+131+104=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8368 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8368 is #007C97. Grayscale: #A5A5A5. Windows color (decimal): -31896 or 6849535. OLE color: 6849535.
HSL color Cylindrical-coordinate representation of color #FF8368: hue angle of 10.73º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF8368 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 104 | - |
| CMYK | 0 | 0.49 | 0.59 | 0 |
| HSL | 10.73º | 1% | 0.7% | - |
| HSV(B) | 10.73º | 0.59% | 1% | - |
| XYZ | 51.85 | 38.49 | 17.79 | - |
| YUV | 165 | 93.58 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 104 | 0 | 0.49 | 0.59 | 0 | 10.73 | 1 | 0.7 |
| Hex | FF | 83 | 68 | 0 | 31 | 3B | 0 | B | 64 | 46 |
| Octal | 377 | 203 | 150 | 0 | 61 | 73 | 0 | 13 | 144 | 106 |
| Binary | 11111111 | 10000011 | 1101000 | 0 | 110001 | 111011 | 0 | 1011 | 1100100 | 1000110 |
Color Harmonies of #FF8368
Complementary color
Monochromatic Colors of #FF8368
Black with #FF8368
Text Example
Text Example
White with #FF8368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8368; }
p { color: rgb(255,131,104); }
H1.HeaderClassName
{
color: #FF8368;
}
.AnyTagClassName
{
color: #FF8368;
}
</style>
background-color css
<style>
a { background-color: #FF8368; }
a { background-color: rgb(255,131,104); }
div.DivClassName
{
background-color: #FF8368;
}
.BgClassName
{
background-color: #FF8368;
}
</style>
border-color css
<style>
span { border-color: #FF8368; }
span { border-color: rgb(255,131,104); }
td.TdClassName
{
border-color: #FF8368;
}
.TagClassName
{
border-color: #FF8368;
}
</style>