Shades of Salmon #FF8068
Tints of Salmon #FF8068
RGB
CMYK
RGB Variations
Color information
#FF8068 (or 0xFF8068) is known color: Salmon. HEX triplet: FF, 80 and 68. RGB value is (255,128,104). Sum of RGB (Red+Green+Blue) = 255+128+104=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8068 is #007F97. Grayscale: #A3A3A3. Windows color (decimal): -32664 or 6848767. OLE color: 6848767.
HSL color Cylindrical-coordinate representation of color #FF8068: hue angle of 9.54º 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 #FF8068 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 104 | - |
| CMYK | 0 | 0.50 | 0.59 | 0 |
| HSL | 9.54º | 1% | 0.7% | - |
| HSV(B) | 9.54º | 0.59% | 1% | - |
| XYZ | 51.46 | 37.7 | 17.66 | - |
| YUV | 163.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 104 | 0 | 0.50 | 0.59 | 0 | 9.54 | 1 | 0.7 |
| Hex | FF | 80 | 68 | 0 | 32 | 3B | 0 | A | 64 | 46 |
| Octal | 377 | 200 | 150 | 0 | 62 | 73 | 0 | 12 | 144 | 106 |
| Binary | 11111111 | 10000000 | 1101000 | 0 | 110010 | 111011 | 0 | 1010 | 1100100 | 1000110 |
Color Harmonies of #FF8068
Complementary color
Monochromatic Colors of #FF8068
Black with #FF8068
Text Example
Text Example
White with #FF8068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8068; }
p { color: rgb(255,128,104); }
H1.HeaderClassName
{
color: #FF8068;
}
.AnyTagClassName
{
color: #FF8068;
}
</style>
background-color css
<style>
a { background-color: #FF8068; }
a { background-color: rgb(255,128,104); }
div.DivClassName
{
background-color: #FF8068;
}
.BgClassName
{
background-color: #FF8068;
}
</style>
border-color css
<style>
span { border-color: #FF8068; }
span { border-color: rgb(255,128,104); }
td.TdClassName
{
border-color: #FF8068;
}
.TagClassName
{
border-color: #FF8068;
}
</style>