Shades of Salmon #FF866A
Tints of Salmon #FF866A
RGB
CMYK
RGB Variations
Color information
#FF866A (or 0xFF866A) is known color: Salmon. HEX triplet: FF, 86 and 6A. RGB value is (255,134,106). Sum of RGB (Red+Green+Blue) = 255+134+106=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF866A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF866A is #007995. Grayscale: #A7A7A7. Windows color (decimal): -31126 or 6981375. OLE color: 6981375.
HSL color Cylindrical-coordinate representation of color #FF866A: hue angle of 11.28º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF866A is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 106 | - |
| CMYK | 0 | 0.47 | 0.58 | 0 |
| HSL | 11.28º | 1% | 0.71% | - |
| HSV(B) | 11.28º | 0.58% | 1% | - |
| XYZ | 52.37 | 39.35 | 18.47 | - |
| YUV | 166.99 | 93.59 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 106 | 0 | 0.47 | 0.58 | 0 | 11.28 | 1 | 0.71 |
| Hex | FF | 86 | 6A | 0 | 2F | 3A | 0 | B | 64 | 47 |
| Octal | 377 | 206 | 152 | 0 | 57 | 72 | 0 | 13 | 144 | 107 |
| Binary | 11111111 | 10000110 | 1101010 | 0 | 101111 | 111010 | 0 | 1011 | 1100100 | 1000111 |
Color Harmonies of #FF866A
Complementary color
Monochromatic Colors of #FF866A
Black with #FF866A
Text Example
Text Example
White with #FF866A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF866A; }
p { color: rgb(255,134,106); }
H1.HeaderClassName
{
color: #FF866A;
}
.AnyTagClassName
{
color: #FF866A;
}
</style>
background-color css
<style>
a { background-color: #FF866A; }
a { background-color: rgb(255,134,106); }
div.DivClassName
{
background-color: #FF866A;
}
.BgClassName
{
background-color: #FF866A;
}
</style>
border-color css
<style>
span { border-color: #FF866A; }
span { border-color: rgb(255,134,106); }
td.TdClassName
{
border-color: #FF866A;
}
.TagClassName
{
border-color: #FF866A;
}
</style>