Shades of Salmon #FF867B
Tints of Salmon #FF867B
RGB
CMYK
RGB Variations
Color information
#FF867B (or 0xFF867B) is known color: Salmon. HEX triplet: FF, 86 and 7B. RGB value is (255,134,123). Sum of RGB (Red+Green+Blue) = 255+134+123=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF867B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF867B is #007984. Grayscale: #A9A9A9. Windows color (decimal): -31109 or 8095487. OLE color: 8095487.
HSL color Cylindrical-coordinate representation of color #FF867B: hue angle of 5º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF867B is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 123 | - |
| CMYK | 0 | 0.47 | 0.52 | 0 |
| HSL | 5º | 1% | 0.74% | - |
| HSV(B) | 5º | 0.52% | 1% | - |
| XYZ | 53.34 | 39.74 | 23.6 | - |
| YUV | 168.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 123 | 0 | 0.47 | 0.52 | 0 | 5 | 1 | 0.74 |
| Hex | FF | 86 | 7B | 0 | 2F | 34 | 0 | 5 | 64 | 4A |
| Octal | 377 | 206 | 173 | 0 | 57 | 64 | 0 | 5 | 144 | 112 |
| Binary | 11111111 | 10000110 | 1111011 | 0 | 101111 | 110100 | 0 | 101 | 1100100 | 1001010 |
Color Harmonies of #FF867B
Complementary color
Monochromatic Colors of #FF867B
Black with #FF867B
Text Example
Text Example
White with #FF867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF867B; }
p { color: rgb(255,134,123); }
H1.HeaderClassName
{
color: #FF867B;
}
.AnyTagClassName
{
color: #FF867B;
}
</style>
background-color css
<style>
a { background-color: #FF867B; }
a { background-color: rgb(255,134,123); }
div.DivClassName
{
background-color: #FF867B;
}
.BgClassName
{
background-color: #FF867B;
}
</style>
border-color css
<style>
span { border-color: #FF867B; }
span { border-color: rgb(255,134,123); }
td.TdClassName
{
border-color: #FF867B;
}
.TagClassName
{
border-color: #FF867B;
}
</style>