Shades of Salmon #FF8067
Tints of Salmon #FF8067
RGB
CMYK
RGB Variations
Color information
#FF8067 (or 0xFF8067) is known color: Salmon. HEX triplet: FF, 80 and 67. RGB value is (255,128,103). Sum of RGB (Red+Green+Blue) = 255+128+103=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8067 is #007F98. Grayscale: #A3A3A3. Windows color (decimal): -32665 or 6783231. OLE color: 6783231.
HSL color Cylindrical-coordinate representation of color #FF8067: hue angle of 9.87º 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 #FF8067 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 103 | - |
| CMYK | 0 | 0.50 | 0.60 | 0 |
| HSL | 9.87º | 1% | 0.7% | - |
| HSV(B) | 9.87º | 0.6% | 1% | - |
| XYZ | 51.41 | 37.68 | 17.4 | - |
| YUV | 163.12 | 94.08 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 103 | 0 | 0.50 | 0.60 | 0 | 9.87 | 1 | 0.7 |
| Hex | FF | 80 | 67 | 0 | 32 | 3C | 0 | A | 64 | 46 |
| Octal | 377 | 200 | 147 | 0 | 62 | 74 | 0 | 12 | 144 | 106 |
| Binary | 11111111 | 10000000 | 1100111 | 0 | 110010 | 111100 | 0 | 1010 | 1100100 | 1000110 |
Color Harmonies of #FF8067
Complementary color
Monochromatic Colors of #FF8067
Black with #FF8067
Text Example
Text Example
White with #FF8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8067; }
p { color: rgb(255,128,103); }
H1.HeaderClassName
{
color: #FF8067;
}
.AnyTagClassName
{
color: #FF8067;
}
</style>
background-color css
<style>
a { background-color: #FF8067; }
a { background-color: rgb(255,128,103); }
div.DivClassName
{
background-color: #FF8067;
}
.BgClassName
{
background-color: #FF8067;
}
</style>
border-color css
<style>
span { border-color: #FF8067; }
span { border-color: rgb(255,128,103); }
td.TdClassName
{
border-color: #FF8067;
}
.TagClassName
{
border-color: #FF8067;
}
</style>